mirror of
https://github.com/certd/certd.git
synced 2026-07-26 05:37:36 +08:00
chore: 插件编辑与运行测试beta
This commit is contained in:
@@ -49,7 +49,6 @@ export async function initWorkers() {
|
||||
} else if (label === "typescript" || label === "javascript") {
|
||||
return new tsWorker.default();
|
||||
} else if (label === "yaml" || label === "yml") {
|
||||
debugger;
|
||||
//@ts-ignore
|
||||
return new yamlWorker.default();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user