mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(main) add diff
This commit is contained in:
parent
dc1819333e
commit
925dcb46b6
1 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
var DIR, LIBDIR, SRVDIR, JSONDIR, HTMLDIR,
|
||||
Util,
|
||||
UTIL = 'util',
|
||||
|
||||
SLASH,
|
||||
ISWIN32,
|
||||
|
|
@ -74,8 +75,9 @@
|
|||
|
||||
/* Needed Modules */
|
||||
|
||||
/* we can not use librequare heare */
|
||||
exports.util = Util = require(LIBDIR + 'util'),
|
||||
/* we can not use librequare here */
|
||||
exports.util = Util = require(LIBDIR + UTIL),
|
||||
exports.diff = mrequire(LIBDIR + UTIL + '/jsdiff/diff'),
|
||||
|
||||
exports.zlib = zlib = mrequire('zlib'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue