You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package should be created even if the source directory has a space in the name. Currently, collect-files.js will fail when trying to pack the directory because the path is passed without the quotes.
package should be created even if the source directory has a space in the name. Currently, collect-files.js will fail when trying to pack the directory because the path is passed without the quotes.
the project path should get quotes in this line in collect-files.js. the test can be very similar to this one, with the addition of the source dir being renamed to something with a space.
The text was updated successfully, but these errors were encountered: