mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
⚡ optimize lib.nas
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
use std.os;
|
||||
use std.io;
|
||||
use std.unix;
|
||||
|
||||
var files = func(path) {
|
||||
if (!io.exists(path))
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user