mirror of https://github.com/pyodide/pyodide.git
TST Don't set stackTraceLimit twice (#1139)
We already set it during initialization
This commit is contained in:
parent
3adebcd9b3
commit
d70c32e87a
|
@ -105,7 +105,6 @@ class SeleniumWrapper:
|
||||||
# we have a multiline string, fix indentation
|
# we have a multiline string, fix indentation
|
||||||
code = textwrap.dedent(code)
|
code = textwrap.dedent(code)
|
||||||
wrapper = """
|
wrapper = """
|
||||||
Error.stackTraceLimit = Infinity;
|
|
||||||
let run = () => { %s }
|
let run = () => { %s }
|
||||||
try {
|
try {
|
||||||
let result = run();
|
let result = run();
|
||||||
|
|
Loading…
Reference in New Issue