Skip to content

Commit 51cfb9e

Browse files
committed
fixup! util: add convertProcessSignalToExitCode utility
1 parent 42dbd61 commit 51cfb9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-util-convert-signal-to-exit-code.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { mustCall, mustNotCall, isWindows } from '../common/index.mjs';
22
import assert from 'assert';
33
import { convertProcessSignalToExitCode } from 'util';
44
import { spawn } from 'child_process';
5-
import os from 'os';
65

76
// Test valid signal names
87
{

0 commit comments

Comments
 (0)