Add config error message
1 files changed, 1 insertions(+), 0 deletions(-) M src/atom.c
M src/atom.c => src/atom.c +1 -0
@@ 115,6 115,7 @@ bool loadConfigs(string configPath) { forEach(listCount(lines), lines, &readConfigFromLine); return true; } + println("atom: failed to load configs"); return false; }