finally working terminal

This commit is contained in:
Ishaan Dey
2024-04-29 02:19:27 -04:00
parent bce9d11b3b
commit 29cd17cd3d
6 changed files with 72 additions and 38 deletions

View File

@ -16,10 +16,6 @@ export function processFileType(file: string) {
return "plaintext"
}
export function decodeTerminalResponse(buffer: Buffer): string {
return buffer.toString("utf-8")
}
export function validateName(
newName: string,
oldName: string,