Skip to content

Commit 9be063e

Browse files
checking
1 parent 4730fe7 commit 9be063e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commandline/commands/Update.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ class Update {
1313
// to prevent messing with currently installed libs
1414
if (!FileSystem.exists('.haxelib'))
1515
FileSystem.createDirectory('.haxelib');
16-
16+
1717
var filename = #if desktop "./libs.xml" #else "./libs-mobile.xml" #end;
18+
prettyPrint(filename);
1819
var isSilent = false;
1920
for(arg in args) {
2021
if (arg.startsWith("--lib="))

0 commit comments

Comments
 (0)