Rebuild CoffeeScript

See https://github.com/resin-io/resin-cli/pull/405#issuecomment-256998739
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-10-28 16:45:18 -04:00
parent e013986dba
commit 8282785b2a

View File

@ -19,7 +19,7 @@ limitations under the License.
var loadConfig;
loadConfig = function(source) {
var _, config, configPath, error, error1, fs, jsYaml, path, result;
var _, config, configPath, error, fs, jsYaml, path, result;
fs = require('fs');
path = require('path');
_ = require('lodash');
@ -105,7 +105,6 @@ limitations under the License.
resinSync = require('resin-sync');
patterns = require('../utils/patterns');
return Promise["try"](function() {
var error1;
try {
fs.accessSync(path.join(process.cwd(), '.resin-sync.yml'));
} catch (error1) {