Comparing version 0.0.13 to 0.0.14
@@ -178,2 +178,7 @@ #!/usr/bin/env node | ||
if (body.hasOwnProperty('length') && body.length === 0) { | ||
console.log('Response of resources is empty'); | ||
return; | ||
} | ||
var h = []; | ||
@@ -180,0 +185,0 @@ |
{ | ||
"name": "sacloud", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A Node.js Module and CLI for SAKURA Internet Cloud APIs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
39156
1101