chore: offload user input to InputManager
This commit is contained in:
@@ -21,7 +21,7 @@ export class Mkdir extends Program {
|
||||
return 2
|
||||
}
|
||||
|
||||
item.Create()
|
||||
await item.Create()
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ export class Touch extends Program {
|
||||
return 1
|
||||
}
|
||||
|
||||
item.Create()
|
||||
await item.Create()
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user