From bf97d7acf12d09c71fdd959c39200c3195bb54d1 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 May 2022 17:09:02 -0400 Subject: [PATCH] Changed version number --- 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 12d4a3e..316e918 100644 --- a/app/js/aether_native_app_v3.js +++ b/app/js/aether_native_app_v3.js @@ -25,7 +25,7 @@ exports.load_config = function () { try { if (cwd == '/') { - cwd = '[home]'; + cwd = home_directory; } console.log('Reading directory...'); let directory_list = fs_promises.readdir(cwd).then(function (read_dir_result) {