Skip to content

Commit 154dfca

Browse files
committed
Fix example
1 parent 21a9e77 commit 154dfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ alias "$binaryName"="$projectRoot/$pathToBinary"
1414

1515
# This mocks node's `-r` flag so that examples look the same as if the library
1616
# directly installed.
17-
alias node="node -r $dir/utils"
17+
alias node='node -r "./$dir/utils"'

0 commit comments

Comments
 (0)