diff --git a/commands.go b/commands.go index 86d4329..b7e2538 100644 --- a/commands.go +++ b/commands.go @@ -386,7 +386,7 @@ func openEditor(filepath string) { cmd.Stdin = os.Stdin cmd.Stdout = os.Stdout - cmd.Run() + check(cmd.Run()) } func readFile(filepath string) string {