fix: correct usage of sandboxFiles
This commit is contained in:
parent
2eb2388e12
commit
250296f0e9
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user