Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Conversation

@dschep
Copy link
Contributor

@dschep dschep commented Nov 22, 2018

…-quate -v option.

Remove enclosing by double-quate at dockerPathForWin on Windows platform.
It's caused bad effect on spawnSync without shell=true or windowsVerbatimArguments=true.

closes #274
closes #281

…-quate -v option.

Remove enclosing by double-quate at dockerPathForWin on Windows platform.
It's caused bad effect on spawnSync without shell=true or windowsVerbatimArguments=true.
@dschep
Copy link
Contributor Author

dschep commented Nov 22, 2018

Created a PR for this as I think I prefer it over #281. I assume you do to, @kichik, yes?

return quote([quoteme]);
}

function quoteFroWin(quoteme) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
function quoteFroWin(quoteme) {
function quoteForWin(quoteme) {

@kichik
Copy link
Contributor

kichik commented Nov 22, 2018

Yeah, that seems like a cleaner workaround.

@dschep dschep merged commit 9934bf7 into serverless:master Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid Mode /test when deploying using 4.2.5

3 participants