Removed some coments
This commit is contained in:
parent
a118b91b79
commit
9961e56ddc
1 changed files with 0 additions and 2 deletions
|
|
@ -7,9 +7,7 @@ Meteor.startup(() => {
|
||||||
const bound = Meteor.bindEnvironment((callback) => { callback(); });
|
const bound = Meteor.bindEnvironment((callback) => { callback(); });
|
||||||
process.on('uncaughtException', (err) => {
|
process.on('uncaughtException', (err) => {
|
||||||
bound(() => {
|
bound(() => {
|
||||||
// console.error('Server crashed!', err);
|
|
||||||
console.error(err);
|
console.error(err);
|
||||||
// console.error(err.stack);
|
|
||||||
|
|
||||||
// https://github.com/flowkey/meteor-raven
|
// https://github.com/flowkey/meteor-raven
|
||||||
ravenLogger.log(err);
|
ravenLogger.log(err);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue