From f38d65c93f0e10cbe3aa50651a4c42c3e4655bbb Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 4 Dec 2014 10:51:00 -0500 Subject: [PATCH] feature(config) rm tryRequire --- lib/server/config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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,