summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-08-06 10:50:42 +0000
committermayx <mayx@outlook.com>2026-08-06 10:50:42 +0000
commit4b94d48330870104b6bc268e52901f056d3dd59a (patch)
tree425c51618a2db511077adc5eb39fcf786ba52f0d /assets
parent2ec9345113bad58204178ec4d0c7ffdc132fb140 (diff)
Update 3 filesHEADmaster
- /assets/js/blog-console.js - /_data/proxylist.yml - /_tools/envs_post-receive
Diffstat (limited to 'assets')
-rw-r--r--assets/js/blog-console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/blog-console.js b/assets/js/blog-console.js
index bf9701f..93bcf73 100644
--- a/assets/js/blog-console.js
+++ b/assets/js/blog-console.js
@@ -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 () {