Skip to content

Commit 8030009

Browse files
committed
Test
1 parent 814b67c commit 8030009

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 23.4.0
13+
- 23.3.0
1414
os:
1515
- windows
1616
steps:

test/return/result.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ test('result.isTerminated is false if not killed and subprocess.kill() was calle
1212
console.log({exitCode, signalCode});
1313
resolve();
1414
});
15+
subprocess.on('error', error => {
16+
console.log({error});
17+
resolve();
18+
});
1519
});
1620
});

0 commit comments

Comments
 (0)