forked from mirrors/Scribe.js
Oops
This commit is contained in:
parent
b76a47db8f
commit
95f20a3d3e
3 changed files with 6 additions and 8 deletions
|
@ -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",
|
||||
|
|
3
dist/readers/Console.js
vendored
3
dist/readers/Console.js
vendored
|
@ -90,8 +90,7 @@ var _class = function () {
|
|||
|
||||
return site;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return {};
|
||||
return { line: 0, file: '-', func: '-' };
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
|
|
@ -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 = [''];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue