[Webkit-unassigned] [Bug 79548] Error.stack includes newlines after function names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 15:46:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=79548


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barraclough at apple.com




--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2012-03-11 15:47:00 PST ---
Hi Tim,

Error.stack is no longer an array, and is now just a string.
As such, I think the newlines are now necessary to separate the functions, and to get the stack as a array without newlines you just need to use .stack.split('\n').

Does this seem good to you, or are you hoping for a different interface? - if it's good as is, let's close this bug.

cheers,
G.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list