mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 10:32:59 +03:00
allow unexistsing file kfc
This commit is contained in:
parent
457de8659e
commit
22643995b5
@ -36,6 +36,10 @@ async function main(args) {
|
||||
|
||||
let content = readFile(args[1])
|
||||
|
||||
if (content == null) {
|
||||
content = ""
|
||||
}
|
||||
|
||||
let mode = "normal"
|
||||
let pos = [0, 0]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user