From f565e0b4210f669eac09cf56b505e0c8ed1ef393 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 May 2022 16:19:39 -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 815664d..7bf141e 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 = await readdir(process.cwd()); + const files = readdir(process.cwd()); for (const file of files) console.log(file); } catch (err) {