allow unexistsing file kfc

This commit is contained in:
MeexReay 2025-03-21 21:30:37 +03:00
parent 457de8659e
commit 22643995b5

View File

@ -36,6 +36,10 @@ async function main(args) {
let content = readFile(args[1]) let content = readFile(args[1])
if (content == null) {
content = ""
}
let mode = "normal" let mode = "normal"
let pos = [0, 0] let pos = [0, 0]