Remove chef_forbid_local_mode()

This commit is contained in:
Aoran Zeng
2025-08-11 03:06:53 +08:00
parent 492ca4288c
commit 52004a1033
6 changed files with 11 additions and 15 deletions

View File

@@ -62,7 +62,7 @@ pl_js_nodejs_binary_prelude (void)
chef_set_cooks (this, 0);
chef_set_contributors (this, 0);
chef_forbid_local_mode (this);
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);
chef_allow_user_define(this);

View File

@@ -19,7 +19,7 @@ pl_js_nvm_prelude (void)
chef_set_cooks (this, 0);
chef_set_contributors (this, 0);
chef_forbid_local_mode (this);
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);
chef_allow_user_define(this);