Skip to content

Commit 263a4af

Browse files
committed
Fix API call issue.
1 parent 5ba43e1 commit 263a4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/rush/src/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (NodeJsCompatibility.warnAboutVersionTooOld()) {
1313
process.exit(1);
1414
}
1515

16-
const alreadyReportedNodeTooNewError: boolean = NodeJsCompatibility.warnAboutVersionTooNew(false);
16+
const alreadyReportedNodeTooNewError: boolean = NodeJsCompatibility.warnAboutVersionTooNew(false, false);
1717

1818
import {
1919
Text,

0 commit comments

Comments
 (0)