Skip to content

Commit 1110443

Browse files
committed
add newline under Node.js 21 warning
1 parent 9125907 commit 1110443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/hsm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (process.version.startsWith(`v21.`)) {
8989
Warning: Support for Node.js 21 will be dropped in the next minor version of HSM
9090
Your current version of Node.js is ${chalk.bold(process.version)}
9191
You should update your version of Node.js
92-
https://nodejs.org/en/download/package-manager`
92+
https://nodejs.org/en/download/package-manager\n`
9393
))
9494
}
9595

0 commit comments

Comments
 (0)