fixed background process execution
This commit is contained in:
parent
f34c9070c8
commit
5d538d4a0b
3 changed files with 43 additions and 35 deletions
|
|
@ -136,6 +136,8 @@ func main() {
|
|||
|
||||
for {
|
||||
setLogLvl(vars)
|
||||
stdlib.CheckBGProcs()
|
||||
|
||||
var prePrompt string
|
||||
if dyn_prompt != nil {
|
||||
p_tok := dyn_prompt.CallFunction(nil, vars, funcs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue