diff --git a/myvc.js b/myvc.js index 7f7b982..8f4f0f2 100755 --- a/myvc.js +++ b/myvc.js @@ -160,6 +160,8 @@ class MyVC { console.log(`You can get more details about the error by passing the 'debug' option.`.yellow); } else console.log(err.stack.magenta); + + process.exit(1); } function parameter(parameter, value) { diff --git a/package.json b/package.json index e3b92d5..5f617b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.4.11", + "version": "1.4.12", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0", diff --git a/template/package.json b/template/package.json index dd1a63a..f6f5a2f 100644 --- a/template/package.json +++ b/template/package.json @@ -8,6 +8,6 @@ "type": "git" }, "dependencies": { - "myvc": "^1.4.11" + "myvc": "^1.4.12" } }