diff --git a/myvc-push.js b/myvc-push.js index e791d9c..fdf1a90 100644 --- a/myvc-push.js +++ b/myvc-push.js @@ -174,7 +174,6 @@ class Push { for (const script of scripts) if (!isUndoScript(script) && versionLog.findIndex(x => x.file == script) === -1) { - console.debug(script); silent = false; break; } @@ -355,7 +354,7 @@ class Push { try { await finalize(); } catch (e) { - console.log(e); + console.error(e); } throw err; } diff --git a/package.json b/package.json index 1f89fad..fc156de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.3.5", + "version": "1.3.6", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0",