fixed background process execution

This commit is contained in:
Aidan 2020-07-23 19:54:36 -07:00
parent f34c9070c8
commit 5d538d4a0b
No known key found for this signature in database
GPG key ID: 327711E983899316
3 changed files with 43 additions and 35 deletions

View file

@ -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)