We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6e65b commit 1071a16Copy full SHA for 1071a16
hx/ecso/_core/Plugin.macro.hx
@@ -43,6 +43,7 @@ class Plugin {
43
tryArm = true;
44
if (sys.FileSystem.exists(getPluginPath()))
45
return get_plugin();
46
+ null;
47
case _:
48
null;
49
}
0 commit comments