mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-10 17:10:19 +09:00
Fix compile error
This commit is contained in:
@@ -123,6 +123,7 @@ func HandleShellCommand(input string, openTerm bool, waitToFinish bool) string {
|
||||
RunBackgroundShell(input)
|
||||
return ""
|
||||
} else {
|
||||
return RunInteractiveShell(input, waitToFinish, false)
|
||||
output, _ := RunInteractiveShell(input, waitToFinish, false)
|
||||
return output
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user