v1.8.4 - Fixed a bug with mkdir and with /mnt not being generated on install.

This commit is contained in:
TheWahlolly
2025-05-31 17:51:19 +03:00
parent 6fbd5a7d35
commit eb9716ba68
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ end
if fs.exists(directory) then
print("\27[91mAn object already exists at the specified path.")
end
fs.makeDirectory(file)
fs.makeDirectory(directory)