We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5204d8a commit c50f3a6Copy full SHA for c50f3a6
Makefile.js
@@ -1126,7 +1126,7 @@ target.perf = () => {
1126
// Empty line for better readability in the console output.
1127
console.log();
1128
1129
- const loadingCommand = `"${process.execPath}" --require "${require("./package.json").main}" ""`;
+ const loadingCommand = `"${process.execPath}" "${require("./package.json").main}"`;
1130
runPerformanceTest("Loading", loadingCommand);
1131
1132
const singleFileCommand = createESLintCommand(
0 commit comments