This commit is contained in:
Mathew Kurian 2016-02-13 03:09:30 -06:00
parent b76a47db8f
commit 95f20a3d3e
3 changed files with 6 additions and 8 deletions

View file

@ -37,7 +37,7 @@
"material": "material",
"licenseType": "MIT",
"link": "https://github.com/expressjs/body-parser",
"comment": "1.14.2"
"comment": "1.15.0"
},
{
"department": "kessler",
@ -166,7 +166,7 @@
"material": "material",
"licenseType": "LGPLv3",
"link": "git+https://github.com/mWater/minimongo.git",
"comment": "3.7.2"
"comment": "3.8.0"
},
{
"department": "kessler",
@ -196,7 +196,7 @@
"material": "material",
"licenseType": "Artistic-2.0",
"link": "git+https://github.com/npm/npm.git",
"comment": "3.7.2"
"comment": "3.7.3"
},
{
"department": "kessler",

View file

@ -90,8 +90,7 @@ var _class = function () {
return site;
} catch (e) {
console.error(e);
return {};
return { line: 0, file: '-', func: '-' };
}
}
}, {

View file

@ -46,8 +46,7 @@ export default class {
return site;
} catch (e) {
console.error(e);
return {};
return {line: 0, file: '-', func: '-'};
}
}
@ -77,7 +76,7 @@ export default class {
transient.callsite = this.callSite();
}
if (!args.length){
if (!args.length) {
args = [''];
}