Skip to content

Commit 21a9e77

Browse files
committed
Add comment
1 parent ceee979 commit 21a9e77

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

examples/after.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
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.
1314
node -r log-process-errors/register "$dir/before.js"

examples/before.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
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.
1314
node "$dir/before.js"

examples/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ shopt -s expand_aliases
1313
alias "$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.
1717
alias node="node -r $dir/utils"

0 commit comments

Comments
 (0)