This commit is contained in:
Rizky 2024-02-07 17:32:30 +07:00
parent b09800f152
commit d58786da06
2 changed files with 2 additions and 0 deletions

View File

@ -52,8 +52,10 @@ export const viLoadSnapshot = async (p: PG) => {
p.code[name] = { doc: doc as any };
const code = p.code[name].doc;
console.log(code);
if (code) {
const src = code.getMap("map").get("files")?.get("index.js");
console.log(src);
applyEnv(p, src);
treeRebuild(p);
p.render();

BIN
dockerzip

Binary file not shown.