Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it normal behaviour "@debugger eval code:2:3" in reporters.js:67 ? #55

Open
lc3t35 opened this issue Sep 10, 2014 · 1 comment
Open

Comments

@lc3t35
Copy link

lc3t35 commented Sep 10, 2014

When i launch an error in console, i have a strange return message, is it the normal behaviour ?

setTimeout(function(){
  throw new Error('Hello Error');
}, 100);
140
"Error: Hello Error
@debugger eval code:2:3                      reporters.js:67
"

The error is well displayed in ui - errors - events :

 App Loaded into Browser
after 32 ms

Inside event "readystatechange" of "Unknown Element"

after 51 ms

Inside "setTimeout"

after 21.60 secs

Inside "setInterval"

after 114 ms

Inside "setTimeout"

Error: Hello Error
Stack:

@debugger eval code:2:3

@lc3t35 lc3t35 changed the title Is it normal behaviour @debugger eval code:2:3 in reporters.js:67 ? Is it normal behaviour "@debugger eval code:2:3" in reporters.js:67 ? Sep 10, 2014
@arunoda
Copy link
Member

arunoda commented Sep 11, 2014

Actually.
In reality, this will get much better.
This is since, you've throws the error by yourself using the console.

On Thursday, September 11, 2014, Laurent Roger notifications@github.com
wrote:

When i launch an error in console, i have a strange return message, is it
the normal behaviour.

setTimeout(function(){
throw new Error('Hello Error');
}, 100);
140
"Error: Hello Error
@debugger eval code:2:3 reporters.js:67
"

The error is well displayed in ui - errors - events :

App Loaded into Browser
after 32 ms

Inside event "readystatechange" of "Unknown Element"

after 51 ms

Inside "setTimeout"

after 21.60 secs

Inside "setInterval"

after 114 ms

Inside "setTimeout"

Error: Hello Error
Stack:

@debugger eval code:2:3


Reply to this email directly or view it on GitHub
#55.


Arunoda Susiripala
I curate Meteor Weekly - Check it out!
http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants