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 a08b6aa commit deaf52cCopy full SHA for deaf52c
lib/index.js
@@ -36,7 +36,7 @@ if (!argv.argv.token) {
36
"\nPlease pass your gitlab personal access token. Check README.md to how grab it. \n"
37
)
38
);
39
- process.exit(0);
+ process.exit(1);
40
}
41
42
/**
@@ -140,14 +140,14 @@ function main() {
140
})
141
.catch((err) => {
142
console.log(`\n ${chalk.red(err.message)}`);
143
144
});
145
146
147
148
console.log(`\n${chalk.red(err.message)} \n`);
149
console.log(`\n${chalk.red(`trace: ${err.stack}`)} \n`);
150
151
152
153
0 commit comments