Skip to content

Commit 91fddbe

Browse files
committed
lint
1 parent 0e69c4d commit 91fddbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sequential/test-watch-mode.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ process.on('message', (message) => {
902902
assert.deepStrictEqual(stdout, [
903903
'hello, world',
904904
`Completed running ${inspect(file)}. Waiting for file changes before restarting...`,
905-
])
905+
]);
906906

907907
// Update file with syntax error
908908
const syntaxErrorContent = `console.log('hello, wor`;
@@ -914,7 +914,7 @@ process.on('message', (message) => {
914914
assert.deepStrictEqual(stdout2, [
915915
`Restarting ${inspect(file)}`,
916916
`Failed running ${inspect(file)}. Waiting for file changes before restarting...`,
917-
])
917+
]);
918918

919919
writeFileSync(file, `console.log('hello again, world');`);
920920

0 commit comments

Comments
 (0)