From d2f0eaa1dcdffc3ad2b4da3a7c045faf0e46bc0c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 May 2022 16:20:15 -0400 Subject: [PATCH] Work on copy config if needed. --- app/js/aether_native_app_v3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/aether_native_app_v3.js b/app/js/aether_native_app_v3.js index 7bf141e..e9f5e3a 100644 --- a/app/js/aether_native_app_v3.js +++ b/app/js/aether_native_app_v3.js @@ -21,7 +21,7 @@ exports.load_config = function () { console.log('CWD: '+process.cwd()); try { - const files = readdir(process.cwd()); + const files = fs.readdir(process.cwd()); for (const file of files) console.log(file); } catch (err) {