Skip to content

Commit 94c9b49

Browse files
authored
Update cleanup.js
1 parent 076c2fe commit 94c9b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleanup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { shutdown } = require('./src/utils/serverAPI'); // Use CommonJS `require` syntax
1+
const { shutdown } = require('./src/utils/serverAPI');
22
const isWindows = process.platform === 'win32';
33

44
const kill = async (process) => {

0 commit comments

Comments
 (0)