We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b12b commit 84ccb05Copy full SHA for 84ccb05
1 file changed
scripts/test.sh
@@ -32,9 +32,9 @@ export VSCODE_DEV=1
32
if [[ "$OSTYPE" == "darwin"* ]]; then
33
cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
34
"$CODE" \
35
- node_modules/mocha/bin/_mocha $*
+ node_modules/mocha/bin/_mocha "$@"
36
else
37
cd $ROOT ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
38
39
40
fi
0 commit comments