mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(driver): fix compatibility when folder contains space (#7240)
This commit is contained in:
parent
af06093869
commit
07fc8cc777
@ -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" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user