mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
even better error handling
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ef5d57283c
commit
eda0923591
@ -112,7 +112,6 @@ npmVersionArgs.push("--git-tag-version false");
|
|||||||
try {
|
try {
|
||||||
execSync(npmVersionArgs.join(" "));
|
execSync(npmVersionArgs.join(" "));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user