fix(driver): fix compatibility when folder contains space (#7240)

This commit is contained in:
Max Schmitt 2021-06-21 19:18:09 +02:00 committed by GitHub
parent af06093869
commit 07fc8cc777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/sh
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
$SCRIPT_PATH/node $SCRIPT_PATH/package/lib/cli/cli.js "$@"
"$SCRIPT_PATH/node" "$SCRIPT_PATH/package/lib/cli/cli.js" "$@"