Skip to content

Commit

Permalink
fix app main() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Oct 23, 2023
1 parent 7a0286f commit 4caf8d3
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 4caf8d3

Please sign in to comment.