We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a930af commit dffdbe5Copy full SHA for dffdbe5
examples/utils.sh
@@ -13,5 +13,5 @@ shopt -s expand_aliases
13
alias "$binaryName"="$projectRoot/$pathToBinary"
14
15
# This mocks node's `-r` flag so that examples look the same as if the library
16
-# directly installed
17
-alias node="node -r $dir/utils"
+# directly installed.
+alias node='node -r "./$dir/utils"'
0 commit comments