This commit is contained in:
Rizky 2024-02-07 18:33:15 +07:00
parent b6badb3cec
commit 629b1126cd
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ const codeLoad = (id: string, path: string) => {
const files = new Y.Map();
console.log("loading code", path);
const dirs = readDirectoryRecursively(path);
for (const [k, v] of Object.entries(dirs)) {
files.set(k, v);