The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
This commit is contained in:
parent
52b0ee9d49
commit
63f8543d8f
4 changed files with 30 additions and 9 deletions
|
|
@ -2,6 +2,7 @@ $( document ).ready( function() {
|
|||
var getMessage = function() {
|
||||
var msg = 'this is ';
|
||||
msg += 'a test';
|
||||
msg += ' message';
|
||||
return msg;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue