cordova-plugin-epson-spectrum
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"scripts": { | ||
@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -10,4 +10,4 @@ var execute = require("cordova/exec"); | ||
}, | ||
stop: function (res) { | ||
return execute(res, null, 'EpsonPlugin', 'stop', []); | ||
stop: function (res, err) { | ||
return execute(res, err, 'EpsonPlugin', 'stop', []); | ||
} | ||
@@ -14,0 +14,0 @@ // softwareTriggerStart: function () { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
406698
375