We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c6719 commit 95c7267Copy full SHA for 95c7267
bin/devkit-admin
@@ -68,7 +68,7 @@ try {
68
.then(() => require(scriptPath).default(args, logger, cwd))
69
.then(exitCode => process.exit(exitCode || 0))
70
.catch(err => {
71
- logger.fatal(err.stack);
+ logger.fatal(err && err.stack);
72
process.exit(99);
73
});
74
} catch (err) {
0 commit comments