mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor(config): Switched property names to camel_case.
This commit is contained in:
@@ -41,6 +41,8 @@ cmd_edit_config :: proc(cmd: ^Command) {
|
||||
fmt.wprintf(cmd.err, "Error waiting for editor: %v\n", wait_err, flush = false)
|
||||
return
|
||||
}
|
||||
|
||||
// TODO: Should we call exit inside of commands?
|
||||
if state.exit_code != 0 {
|
||||
os.exit(int(state.exit_code))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user