mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +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)
|
RunBackgroundShell(input)
|
||||||
return ""
|
return ""
|
||||||
} else {
|
} else {
|
||||||
return RunInteractiveShell(input, waitToFinish, false)
|
output, _ := RunInteractiveShell(input, waitToFinish, false)
|
||||||
|
return output
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user