print debug details also on errors.

This commit is contained in:
Volker Berlin 2018-05-05 21:37:37 +02:00
parent ac9758334d
commit a7fc8e0fc6

View File

@ -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 );
}