mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
minor changes
This commit is contained in:
parent
c671ea973b
commit
ad87f4ff6b
6 changed files with 119 additions and 98 deletions
|
|
@ -21,9 +21,10 @@
|
|||
/* Native Modules*/
|
||||
exports.child_process = require('child_process'),
|
||||
exports.fs = require('fs'),
|
||||
exports.http = require('http'),
|
||||
exports.https = require('https'),
|
||||
exports.path = require('path'),
|
||||
exports.querystring = require('querystring'),
|
||||
exports.path = require('path'),
|
||||
exports.querystring = require('querystring'),
|
||||
|
||||
/* Needed Modules */
|
||||
exports.util = Util = require(LIBDIR + 'util'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue