Skip to content

Commit 8bb386a

Browse files
committed
fix linter error
1 parent dc7671f commit 8bb386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ globals.options = opts;
2828
const serializeError = require('./serialize-error');
2929

3030
(opts.require || []).forEach(x => {
31-
if (/.*std[\/\\]esm[\/\\]index\.js$/.test(x)) {
31+
if (/.*std[/\\]esm[/\\]index\.js$/.test(x)) {
3232
require = require(x)(module); // eslint-disable-line no-global-assign
3333
} else {
3434
require(x);

0 commit comments

Comments
 (0)