diff --git a/lib/server/config.js b/lib/server/config.js index 61669d67..08d9d669 100644 --- a/lib/server/config.js +++ b/lib/server/config.js @@ -18,10 +18,9 @@ check = Util.check, tryRequire = require(DIR_SERVER + 'tryRequire'), - tryOptions = {log: true, exit: true}, - pipe = tryRequire('pipe-io', tryOptions), - ponse = tryRequire('ponse', tryOptions), + pipe = require('pipe-io'), + ponse = require('ponse'), apiURL = CloudFunc.apiURL,