mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(rest) rm tryRequire
This commit is contained in:
parent
98a880c621
commit
6d84f734d2
1 changed files with 4 additions and 7 deletions
|
|
@ -25,13 +25,10 @@
|
|||
github = require('faust'),
|
||||
packer = require('jag'),
|
||||
|
||||
tryRequire = require('./tryRequire'),
|
||||
tryOptions = {log: true, exit: true},
|
||||
|
||||
mellow = tryRequire('mellow', tryOptions),
|
||||
flop = tryRequire('flop', tryOptions),
|
||||
pipe = tryRequire('pipe-io', tryOptions),
|
||||
ponse = tryRequire('ponse', tryOptions),
|
||||
mellow = require('mellow'),
|
||||
flop = require('flop'),
|
||||
pipe = require('pipe-io'),
|
||||
ponse = require('ponse'),
|
||||
|
||||
Modules = require(DIR_JSON + 'modules'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue