From e37d44c0a421738fb7cc52056f36f45a4e5af620 Mon Sep 17 00:00:00 2001 From: Syfe Date: Wed, 23 Aug 2023 14:08:12 +0200 Subject: [PATCH] fix(rush): add a test comment Added a test comment --- apps/rush/src/start.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/rush/src/start.ts b/apps/rush/src/start.ts index fb5af3d130d..146f92f7403 100644 --- a/apps/rush/src/start.ts +++ b/apps/rush/src/start.ts @@ -13,6 +13,9 @@ if (NodeJsCompatibility.reportAncientIncompatibleVersion()) { process.exit(1); } + +// test comment + const alreadyReportedNodeTooNewError: boolean = NodeJsCompatibility.warnAboutVersionTooNew({ isRushLib: false, alreadyReportedNodeTooNewError: false