This commit is contained in:
Girish Ramakrishnan 2015-06-16 14:16:37 -07:00
parent 3e0d957ade
commit 756c2c255f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
var AppStore = require('../appstore.js'),
assert = require('assert'),
Cloudron = require('../cloudron.js'),
execSync = require('child_process').execSync.
execSync = require('child_process').execSync,
path = require('path'),
readlineSync = require('readline-sync'),
request = require('superagent-sync'),