Rename inner macro

This commit is contained in:
Aoran Zeng
2024-12-10 16:23:22 +08:00
parent a8ee7ec037
commit 4ecdc7f7bd
2 changed files with 9 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ pl_nodejs_getsrc (char *option)
bool npm_exist, yarn_exist, pnpm_exist;
pl_nodejs_check_cmd (&npm_exist, &yarn_exist, &pnpm_exist);
split_between_source_changing_process;
divide_source_changing_process();
if (npm_exist)
{