~aprates/gempress

f42cb35e1f51026edc416fa5ab08ca0f7e9ea5f9 — Antonio Prates 1 year, 9 months ago fc49435
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;
}