mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(delete) DIR + flop -> flop
This commit is contained in:
parent
776f8a5158
commit
1d9d6eef8b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Util = require(DIR + 'util'),
|
||||
tryRequire = require(DIR_SERVER + 'tryRequire'),
|
||||
flop = tryRequire(DIR + 'flop', {log: true, exit: true});
|
||||
flop = tryRequire('flop', {log: true, exit: true});
|
||||
|
||||
module.exports = function(query, name, files, callback) {
|
||||
var func = Util.exec.ret(callback),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue