use toRaw?

This commit is contained in:
tamaina
2022-04-28 03:47:26 +00:00
parent b3ccfa8671
commit 747acd025d
2 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ function loadFile() {
async function applyRegistry(id: string) {
if (!registries) return;
const registry = structuredClone(registries[id]);
const registry = registries[id];
const { canceled: cancel1 } = await os.confirm({
type: 'warning',