We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c226d65 + f83c233 commit 812d980Copy full SHA for 812d980
lib/common/verify-node-version.ts
@@ -49,7 +49,7 @@ export function verifyNodeVersion(): void {
49
50
var nodeWarning = getNodeWarning();
51
if (nodeWarning && nodeWarning.message) {
52
- console.warn((`${os.EOL}${nodeWarning.message}${os.EOL}`).yellow.bold);
+ console.warn((os.EOL + nodeWarning.message + os.EOL).yellow.bold);
53
}
54
55
0 commit comments