updated packages

This commit is contained in:
David Meincke
2019-09-01 12:59:19 +02:00
parent c5a7905b07
commit fc383b34fb
3 changed files with 1899 additions and 1772 deletions
+3
View File
@@ -8,6 +8,9 @@ module.exports = function(scriptName, onSuccess, onError) {
if (error) {
console.error('Npm script: "' + scriptName + '" error', error);
if (data) {
console.log(data);
}
if (onError) {
onError(error);