tb finally works

This commit is contained in:
2025-09-28 22:37:03 +02:00
parent 1fd6c4e221
commit f5f44da5f6
3 changed files with 67 additions and 156 deletions

View File

@ -142,12 +142,12 @@ void main(void) {
set_config();
if (CONFIG.preloadpath != NULL) {
LOG(LOG_INF, "Preloading script: {s}\n", CONFIG.preloadpath);
LOG(LOG_INF, "Preloading script: %s\n", CONFIG.preloadpath);
do_file(CONFIG.preloadpath);
}
if (CONFIG.mode == MODE_INTERACTIVE) {
/* do_mode_interactive(); */
do_mode_interactive();
} else if (CONFIG.mode == MODE_RUNFILE) {
if (CONFIG.filepath == NULL) {
uprintf("No file provided\n");