We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443914a commit 4fb419bCopy full SHA for 4fb419b
packages/docusaurus/bin/docusaurus.mjs
@@ -217,5 +217,7 @@ cli.parse(process.argv);
217
218
process.on('unhandledRejection', (err) => {
219
logger.error(err instanceof Error ? err.stack : err);
220
+ logger.info`Docusaurus version: number=${DOCUSAURUS_VERSION}
221
+Node version: number=${process.version}`;
222
process.exit(1);
223
});
0 commit comments