Skip to content

Commit 7ccb208

Browse files
committed
Clarify comment
1 parent f4008d5 commit 7ccb208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/worker/subprocess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ipc.options.then(async options => {
102102
return runner;
103103
};
104104

105-
// Store value in case to prevent required modules from modifying it.
105+
// Store value to prevent required modules from modifying it.
106106
const testPath = options.file;
107107

108108
// Install basic source map support.

0 commit comments

Comments
 (0)