Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Issue with parameter with space #123

Closed
kofrimpong opened this issue Apr 19, 2017 · 2 comments · Fixed by #125
Closed

Issue with parameter with space #123

kofrimpong opened this issue Apr 19, 2017 · 2 comments · Fixed by #125

Comments

@kofrimpong
Copy link

kofrimpong commented Apr 19, 2017

My keystore alias is a space-separated value. Webpack is unable to pass the parameter to tns build command. When I remove the space, it works alright but fails when it tries to verify the keystore. How do you pass space separated parameter.
I have tried both single and double quotes, but none has worked.

When I run tns build with the alias in quotes, it works, but not for webpack.

Using @ngtools/webpack 1.2.3 with tns-core-module 2.5.2

@sis0k0
Copy link
Contributor

sis0k0 commented Apr 20, 2017

Hey @kofrimpong,

Can you post the exact command that you are trying to build with and the error log that you get?

@sis0k0
Copy link
Contributor

sis0k0 commented Apr 20, 2017

Never mind, I saw that spawning a child process doesn't escape the passed arguments automatically. We'll fix soon. Thank you!

sis0k0 added a commit that referenced this issue Apr 20, 2017
When spawning a child process, the arguments should be escape in order
to arguments with special chars (such as spaces) in them to work.

fixes #123
sis0k0 added a commit that referenced this issue Apr 20, 2017
When spawning a child process, the arguments should be escape in order
to arguments with special chars (such as spaces) in them to work.

fixes #123
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 a pull request may close this issue.

2 participants