feat(explorer): add filesystem watchers: reinstate git output logging

This commit is contained in:
Alexander Courtis
2022-06-06 11:19:55 +10:00
parent 6f6eab14dc
commit f6eef4a1f0

View File

@@ -53,8 +53,7 @@ end
function Runner:_log_raw_output(output) function Runner:_log_raw_output(output)
if output and type(output) == "string" then if output and type(output) == "string" then
-- TODO put this back after watcher feature completed log.raw("git", "%s", output)
-- log.raw("git", "%s", output)
log.line("git", "done") log.line("git", "done")
end end
end end