Skip to content

Commit

Permalink
Rename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Apr 3, 2024
1 parent a793bea commit cc34652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/haxe/macro/CompilationServer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class CompilationServer {
If a call to this function is added to the compilation parameters, the
compilation server should be restarted to ensure it takes effect.
**/
static public function setModuleFileSystemCheckPolicy(pathFilters:Array<String>, policy:Array<ModuleCheckPolicy>, ?recursive = true) {
static public function setModuleCheckPolicy(pathFilters:Array<String>, policy:Array<ModuleCheckPolicy>, ?recursive = true) {
Context.onAfterInitMacros(() -> {
@:privateAccess Compiler.load("server_add_module_check_policy", 4)(pathFilters, policy, recursive);
});
Expand Down

0 comments on commit cc34652

Please sign in to comment.