mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-21 16:30:24 +00:00
Fix compile error
This commit is contained in:
parent
0a49ea0a0d
commit
44b64f7129
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue