cleanup, docs

This commit is contained in:
root
2026-06-16 23:02:45 +00:00
parent ea08d5f28b
commit b8b56cf3dd
160 changed files with 1076 additions and 511 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ return value : worker process start directory
Returns the directory captured when the native process started. It remains stable even if `cwd_set()` changes the current working directory.
:example
print("process_start_directory example\n");
print(process_start_directory() != "" ? "have a start directory" : "none", "\n");