Skip to content

Commit d43a52f

Browse files
committed
test: show warnings
1 parent 41fbb63 commit d43a52f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.electron_flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ echo $(electron -i <<< 'process.exit(0)' 2> /dev/null | grep "Using" | awk '{$1=
22

33
electron -i <<< 'process.exit(parseInt(process.versions.node, 10))' &> /dev/null
44
NODE_VERSION=$?
5-
export NODE_OPTIONS='--no-warnings --enable-source-maps --import=tsx/esm'
5+
export NODE_OPTIONS='--enable-source-maps --import=tsx/esm'

.node_flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ echo "Using Node.js $(node --version)"
22

33
node -e 'process.exit(parseInt(process.versions.node, 10))' &> /dev/null
44
NODE_VERSION=$?
5-
export NODE_OPTIONS='--no-warnings --enable-source-maps --import=tsx/esm'
5+
export NODE_OPTIONS='--enable-source-maps --import=tsx/esm'

0 commit comments

Comments
 (0)