fix: correct usage of sandboxFiles

This commit is contained in:
James Murdza
2024-10-25 07:32:34 -06:00
parent 2eb2388e12
commit 250296f0e9
+1 -1
View File
@@ -86,7 +86,7 @@ export class SandboxManager {
}
)
this.fileManager.initialize()
this.socket.emit("loaded", this.fileManager.sandboxFiles)
this.socket.emit("loaded", this.fileManager.sandboxFiles.files)
}
}