Skip to content

Commit

Permalink
think this might be the right type?
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder authored Sep 3, 2023
1 parent 9e6b2b1 commit c754ba1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/system/CoolSystemStuff.hx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package system;
import sys.io.File;
import sys.io.Process;
#end
import haxe.io.Bytes;

class CoolSystemStuff
{
Expand Down Expand Up @@ -46,7 +45,7 @@ class CoolSystemStuff
#end
}

public static function executableFileName():Dynamic // idk what type it was originally
public static function executableFileName():Null<String> // idk what type it was originally
{
#if windows
var programPath = Sys.programPath().split("\\");
Expand Down Expand Up @@ -74,4 +73,4 @@ class CoolSystemStuff
Sys.command("open " + path);
#end
}
}
}

0 comments on commit c754ba1

Please sign in to comment.