mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(github) rm tryRequire
This commit is contained in:
parent
1c92735129
commit
18f10740d8
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
|||
https = require('https'),
|
||||
qs = require('querystring'),
|
||||
|
||||
tryRequire = require('./tryRequire'),
|
||||
pipe = tryRequire('pipe-io', {log: true, exit: true}),
|
||||
pipe = require('pipe-io'),
|
||||
|
||||
Modules = require(DIR_JSON + 'modules'),
|
||||
Util = require(DIR_LIB + 'util'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue