Skip to content

Commit 1071a16

Browse files
authored
fix mac load attempt
1 parent 3f6e65b commit 1071a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hx/ecso/_core/Plugin.macro.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Plugin {
4343
tryArm = true;
4444
if (sys.FileSystem.exists(getPluginPath()))
4545
return get_plugin();
46+
null;
4647
case _:
4748
null;
4849
}

0 commit comments

Comments
 (0)