chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-08-05 18:10:16 +03:00
parent a021090dc9
commit a3ef3ae60d
6 changed files with 25 additions and 17 deletions

View file

@ -5,7 +5,6 @@
const {eachSeries} = require('execon');
const wraptile = require('wraptile/legacy');
const DOM = require('.');
const load = require('./load');
const Images = require('./images');
const {alert} = require('./dialog');
@ -15,7 +14,7 @@ const {FS} = require('../../common/cloudfunc');
const onEnd = wraptile(_onEnd);
const loadFile = wraptile(_loadFile);
const {getCurrentDirPath: getPathWhenRootEmpty} = DOM;
const {getCurrentDirPath: getPathWhenRootEmpty} = require('.');
module.exports = (dir, files) => {
if (!files) {