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 305e5c6 commit 69b7766Copy full SHA for 69b7766
lib/gren-changelog.js
@@ -32,4 +32,5 @@ changelogCommand.init()
32
})
33
.catch(error => {
34
console.error(error);
35
+ process.exit(1);
36
});
0 commit comments