feat: working filesystem
This commit is contained in:
@@ -30,9 +30,9 @@ export class Terminal {
|
||||
this.NewPage()
|
||||
}
|
||||
|
||||
LoadShell(shell: Shell) {
|
||||
async LoadShell(shell: Shell) {
|
||||
this.shell = shell
|
||||
this.shell.Init()
|
||||
await this.shell.Init()
|
||||
}
|
||||
|
||||
GetShell(): Shell | undefined {
|
||||
|
||||
Reference in New Issue
Block a user