コード例 #1
0
ファイル: index.js プロジェクト: jamesjwood/tsuju-analytics
 fromLog.error = function newError(error, path) {
     oldError.apply(this, arguments);
     if (path) {
         error.path = path;
     }
     that.error(error, function() {
         then(error);
     });
 };