mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 09:51:39 +08:00
修复 nvm
的 ls
问题
This commit is contained in:
@@ -45,7 +45,7 @@ pl_js_group_prelude (void)
|
||||
|
||||
|
||||
|
||||
def_target(pl_js_nodejs_binary, "__internal_use_nodejs_binary__");
|
||||
def_target(pl_js_nodejs_binary, "__internal_target_nodejs_binary__");
|
||||
|
||||
void
|
||||
pl_js_nodejs_binary_prelude (void)
|
||||
@@ -53,7 +53,7 @@ pl_js_nodejs_binary_prelude (void)
|
||||
chef_prep_this (pl_js_nodejs_binary, NOOP);
|
||||
|
||||
chef_set_created_on (this, "2023-09-09");
|
||||
chef_set_last_updated (this, "2025-07-11");
|
||||
chef_set_last_updated (this, "2025-08-22");
|
||||
chef_set_sources_last_updated (this, "2025-07-11");
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
|
@@ -183,6 +183,9 @@ chsrc_init_menu ()
|
||||
add (tex);
|
||||
add (anaconda);
|
||||
#undef add
|
||||
|
||||
// Internal Target 不会由用户使用,需要特殊对待
|
||||
pl_js_nodejs_binary_target.preludefn = pl_js_nodejs_binary_prelude;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user