forked from mirrors/Scribe.js
Update Console.js
This commit is contained in:
parent
b76a47db8f
commit
323cfbb1af
1 changed files with 2 additions and 3 deletions
|
@ -46,8 +46,7 @@ export default class {
|
||||||
|
|
||||||
return site;
|
return site;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
return { line: 0, file: '-', func: '-'};
|
||||||
return {};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue