mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
refactor(validate) rm DIR
This commit is contained in:
parent
aad2e38603
commit
86e5f8dd49
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
var DIR = './';
|
||||
var exit = require(DIR + 'exit');
|
||||
var exit = require('./exit');
|
||||
|
||||
module.exports.root = root;
|
||||
module.exports.editor = editor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue