mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
karma: add stack trace
This commit is contained in:
parent
09a0779abb
commit
8ddf43684f
@ -83,6 +83,7 @@ function runWombatTest(testCase, done) {
|
||||
new window._WBWombat(window, wbinfo);
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e.stack);
|
||||
throw new Error('Initializing WombatJS failed: ' + e.toString());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user