Skip to content

Commit 11d189f

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

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
@@ -5,6 +5,7 @@
55
const net = require('net'),
66
{ performance } = require('perf_hooks'),
77
isWindows = process.platform === 'win32',
8+
path = require('path'),
89
controlServerSocketPath = isWindows
910
? '\\\\.\\pipe\\test-runner-lite.sock'
1011
: path.join(os.tmpdir(), 'test-runner-lite.sock'),

0 commit comments

Comments
 (0)