Skip to content

Commit 5f653d6

Browse files
committed
v1.1.0 - Fixed: added missing os = require('os')
1 parent 11d189f commit 5f653d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testRunner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const net = require('net'),
66
{ performance } = require('perf_hooks'),
77
isWindows = process.platform === 'win32',
88
path = require('path'),
9+
os = require('os'),
910
controlServerSocketPath = isWindows
1011
? '\\\\.\\pipe\\test-runner-lite.sock'
1112
: path.join(os.tmpdir(), 'test-runner-lite.sock'),

0 commit comments

Comments
 (0)