Skip to content

Commit 0bc3bd7

Browse files
HarshithaKPcodebytere
authored andcommitted
test: remove --experimental-worker flag comment
worker is stable in the master branch. The flag is no longer required. PR-URL: #31563 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent a53500e commit 0bc3bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-worker-fs-stat-watcher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --experimental-worker
21
'use strict';
32
const common = require('../common');
43
const { Worker, parentPort } = require('worker_threads');

0 commit comments

Comments
 (0)