Comparing version 0.1.58 to 0.1.60
@@ -277,7 +277,5 @@ let exec = require("promised-exec"); | ||
getAlarms(exe, checkanswer.address, checkanswer.dev).then(function(alarms) { | ||
if (alarms.length > 0) { | ||
resolve(); | ||
} else { | ||
} | ||
ala.alarms = alarms; | ||
resolve(ala); | ||
}).catch(function(err) { | ||
@@ -284,0 +282,0 @@ console.error("errrrrr2"); |
{ | ||
"name": "aurorajs", | ||
"version": "0.1.58", | ||
"version": "0.1.60", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
460859
5995