Skip to content

Commit

Permalink
Update test-fs-watch-recursive-linux-parallel-remove.js
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
mcollina and lpinca authored Jun 15, 2024
1 parent 2b0f069 commit 97c7652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const common = require('../common');
if (!common.isLinux)
common.skip('This test can run only on Linux');

// Test the watcher do not crash if the file "disappears" while
// Test that the watcher do not crash if the file "disappears" while
// watch is being set up.

const path = require('node:path');
Expand Down

0 comments on commit 97c7652

Please sign in to comment.