mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 02:48:05 +00:00
semicolon
This commit is contained in:
@@ -552,7 +552,7 @@ static Janet os_stat(int32_t argc, Janet *argv) {
|
||||
struct stat st;
|
||||
int res = stat(path, &st);
|
||||
if (-1 == res) {
|
||||
return janet_wrap_nil()
|
||||
return janet_wrap_nil();
|
||||
}
|
||||
|
||||
if (getall) {
|
||||
|
Reference in New Issue
Block a user