mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
print debug details also on errors.
This commit is contained in:
parent
ac9758334d
commit
a7fc8e0fc6
@ -95,7 +95,7 @@ public class WasmRule extends TemporaryFolder {
|
|||||||
|
|
||||||
nodeScript = createScript( "nodetest.js" );
|
nodeScript = createScript( "nodetest.js" );
|
||||||
spiderMonkeyScript = createScript( "SpiderMonkeyTest.js" );
|
spiderMonkeyScript = createScript( "SpiderMonkeyTest.js" );
|
||||||
} catch( Exception ex ) {
|
} catch( Throwable ex ) {
|
||||||
System.out.println( textCompiled );
|
System.out.println( textCompiled );
|
||||||
throwException( ex );
|
throwException( ex );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user