the prompt now displays and repeats on enter
This commit is contained in:
@ -4,6 +4,7 @@ const enum EntryType {
|
||||
Directory,
|
||||
File
|
||||
}
|
||||
|
||||
type File = string
|
||||
type Entry<T> = {
|
||||
readonly inner: T,
|
||||
|
Reference in New Issue
Block a user