wip fix
This commit is contained in:
parent
b6badb3cec
commit
629b1126cd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue