Skip to content

Commit

Permalink
Merge pull request #60 from DoclerLabs/develop
Browse files Browse the repository at this point in the history
prepare 0.25.0
  • Loading branch information
aliokan authored Jun 27, 2017
2 parents 1899801 + 9901db3 commit bcbd112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MainInjectTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MainInjectTest
var emu = new ExMachinaUnitCore();

#if flash
emu.addListener( new TraceNotifier( Lib.current.loaderInfo ) );
emu.addListener( new TraceNotifier( Lib.current.loaderInfo, false, true ) );
#elseif js
emu.addListener( new ConsoleNotifier( false ) );
#else
Expand Down

0 comments on commit bcbd112

Please sign in to comment.