Skip to content

Commit

Permalink
Update HaxeInstallHelper.as
Browse files Browse the repository at this point in the history
Printing to log stdErr #114
  • Loading branch information
rat-moonshine authored Dec 12, 2023
1 parent 1b6da74 commit ad270cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ package actionScripts.utils
{
var output:IDataInput = customProcess.standardError;
var data:String = output.readUTFBytes(output.bytesAvailable).toLowerCase();
dispatchEvent(new GeneralEvent(EVENT_INSTALL_OUTPUT, data));
trace("stdError: "+ data);
if (data.toLowerCase().indexOf("cp: /usr/local/bin/lime: permission denied") == -1)
{
Expand Down

0 comments on commit ad270cc

Please sign in to comment.