Skip to content

Commit c50f3a6

Browse files
committed
update "Loading" test command
1 parent 5204d8a commit c50f3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ target.perf = () => {
11261126
// Empty line for better readability in the console output.
11271127
console.log();
11281128

1129-
const loadingCommand = `"${process.execPath}" --require "${require("./package.json").main}" ""`;
1129+
const loadingCommand = `"${process.execPath}" "${require("./package.json").main}"`;
11301130
runPerformanceTest("Loading", loadingCommand);
11311131

11321132
const singleFileCommand = createESLintCommand(

0 commit comments

Comments
 (0)