mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
Merge pull request #406 from resin-io/rebuild-coffeescript
Rebuild CoffeeScript
This commit is contained in:
commit
741b53ad7e
@ -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