mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 00:24:15 +00:00
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:
parent
e013986dba
commit
8282785b2a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user