Update 3 files

- /assets/js/blog-console.js
- /_data/proxylist.yml
- /_tools/envs_post-receive
This commit is contained in:
mayx
2026-08-06 10:50:42 +00:00
parent 2ec9345113
commit 4b94d48330
3 changed files with 1 additions and 4 deletions

View File

@@ -1108,7 +1108,7 @@
annotations: t.annotations,
execute: t.execute
};
return ctx.registerTool(tool, { signal: controller.signal }).then(function () {
return Promise.resolve(ctx.registerTool(tool, { signal: controller.signal })).then(function () {
state.registered.push(t.name);
});
})).then(function () {