mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
refactored
This commit is contained in:
parent
163a8544ba
commit
37847df395
9 changed files with 15 additions and 20 deletions
|
|
@ -2,8 +2,7 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
var DIR = process.cwd() + '/',
|
||||
main = require(DIR + 'lib/server/main'),
|
||||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
Util = main.util,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue