diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 16:36:49 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 16:36:49 -0500 |
commit | 6f90a278bc04432195ae328126544752f0862b49 (patch) | |
tree | 376b35066b09f13781ffde261ca4af72962c61ca /build.c | |
parent | a1646d84127a199fdacb6c5500d96e8829ebe8c1 (diff) |
fix build go to error
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ static void build_start_with_command(Ted *ted, char const *command) { if (ted->building) { build_stop(ted); } + build_clear(ted); // clear errors from previous build ted_save_all(ted); if (process_run(&ted->build_process, command)) { |