Add supererror

This commit is contained in:
Girish Ramakrishnan 2015-07-23 12:40:40 -07:00
parent e7ee9a29f3
commit 9831d30db8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,6 @@
'use strict';
require('./src/logger.js')();
require('supererror')({ splatchError: true });
var async = require('async'),

View File

@ -24,6 +24,7 @@
"should": "^6.0.3",
"sleep": "^2.0.0",
"stripe": "^3.5.0",
"superagent-sync": "^0.1.0"
"superagent-sync": "^0.1.0",
"supererror": "^0.7.0"
}
}