From 786a95b40dfe2e2dd71665add2e6cccf08d78134 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on ChromeOS)" <rob@synchro.net> Date: Sun, 19 Mar 2023 19:10:28 -0700 Subject: [PATCH] Add missing sync call before xferinfo menu prompt. --- exec/load/shell_lib.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exec/load/shell_lib.js b/exec/load/shell_lib.js index ca4fa4d677..80414cdb8d 100755 --- a/exec/load/shell_lib.js +++ b/exec/load/shell_lib.js @@ -289,8 +289,7 @@ function file_info() while(1) { if(!(user.settings & USER_EXPERT)) bbs.menu("xferinfo"); - - // async + bbs.nodesync(); console.print("\r\n\x01y\x01hInfo: \x01n"); key=console.getkeys("?TYDUQ\r"); bbs.log_key(key); -- GitLab