feature(patch) rm tryRequire

This commit is contained in:
coderaiser 2015-01-08 15:44:32 -05:00
parent f3e30608fa
commit 4a5ad589eb

View file

@ -10,8 +10,7 @@
diffPatch = require('diff-match-patch').diff_match_patch,
diff = new (require(DIR + 'diff').DiffProto)(diffPatch),
tryRequire = require('tryrequire'),
flop = tryRequire('flop', {log: true, exit: true}),
flop = require('flop'),
ERROR_MSG = 'File is to big. ' +
'Could not patch files ' +