ellipsis-default-storage
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -18,3 +18,5 @@ var request = require('request'); | ||
if (missing.length > 0) { | ||
onError("Missing values for: " + missing.join(", ")); | ||
if (args.onError) { | ||
args.onError("Missing values for: " + missing.join(", ")); | ||
} | ||
} else { | ||
@@ -21,0 +23,0 @@ request. |
{ | ||
"name": "ellipsis-default-storage", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Interface to the default storage for Ellipsis behaviors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2491
59