mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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" );
|
||||
spiderMonkeyScript = createScript( "SpiderMonkeyTest.js" );
|
||||
} catch( Exception ex ) {
|
||||
} catch( Throwable ex ) {
|
||||
System.out.println( textCompiled );
|
||||
throwException( ex );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user