mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1128584 - Only log valid status values when processing errors in xpcshell's head.js;r=ted
This commit is contained in:
parent
4ea01de4ca
commit
9eac279014
@ -653,8 +653,8 @@ function do_execute_soon(callback, aName) {
|
||||
let stack = e.stack ? _format_stack(e.stack) : null;
|
||||
_testLogger.testStatus(_TEST_NAME,
|
||||
funcName,
|
||||
'ERROR',
|
||||
'OK',
|
||||
'FAIL',
|
||||
'PASS',
|
||||
_exception_message(e),
|
||||
stack);
|
||||
_do_quit();
|
||||
|
Loading…
Reference in New Issue
Block a user