diff --git a/lib/common/verify-node-version.ts b/lib/common/verify-node-version.ts index 7e14722c55..abb07d0795 100644 --- a/lib/common/verify-node-version.ts +++ b/lib/common/verify-node-version.ts @@ -49,7 +49,7 @@ export function verifyNodeVersion(): void { var nodeWarning = getNodeWarning(); if (nodeWarning && nodeWarning.message) { - console.warn((`${os.EOL}${nodeWarning.message}${os.EOL}`).yellow.bold); + console.warn((os.EOL + nodeWarning.message + os.EOL).yellow.bold); } }