mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-09-15 18:04:49 +00:00
Update 3 files
- /assets/js/blog-console.js - /_data/proxylist.yml - /_tools/envs_post-receive
This commit is contained in:
parent
2ec9345113
commit
4b94d48330
3 changed files with 1 additions and 4 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue