File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010# Ignore the following line: this is only needed for internal purposes.
1111. " $( dirname " $BASH_SOURCE " ) /utils.sh"
1212
13+ # Emits different types of process errors.
1314node -r log-process-errors/register " $dir /before.js"
Original file line number Diff line number Diff line change 1010# Ignore the following line: this is only needed for internal purposes.
1111. " $( dirname " $BASH_SOURCE " ) /utils.sh"
1212
13+ # Emits different types of process errors.
1314node " $dir /before.js"
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ shopt -s expand_aliases
1313alias " $binaryName " =" $projectRoot /$pathToBinary "
1414
1515# This mocks node's `-r` flag so that examples look the same as if the library
16- # directly installed
16+ # directly installed.
1717alias node=" node -r $dir /utils"
You can’t perform that action at this time.
0 commit comments