Skip to content

Commit

Permalink
fix app main() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
T1mL3arn committed Oct 23, 2023
1 parent 65a52c1 commit 6b29846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/massive/mlib/Mlib.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import massive.mlib.cmd.PreProcessHxmlCommand;

class Mlib extends CommandLineRunner
{
static public function main():Mlib{return new Mlib();}
static public function main():Void{ new Mlib(); }

private var settings:MlibSettings;
private var haxelib:Haxelib;
Expand Down

0 comments on commit 6b29846

Please sign in to comment.