From 61aafb0ab67443c2fe0417347637d8a4968b8c2c Mon Sep 17 00:00:00 2001 From: John Lauer Date: Sat, 9 Jan 2016 13:28:52 -0800 Subject: [PATCH] Made execprocess be in a go func --- hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub.go b/hub.go index 5b2b84e..7a9f147 100755 --- a/hub.go +++ b/hub.go @@ -240,7 +240,7 @@ func checkCmd(m []byte) { } else if strings.HasPrefix(sl, "execruntime") { execRuntime() } else if strings.HasPrefix(sl, "exec") { - execRun(s) + go execRun(s) /* } else if strings.HasPrefix(sl, "gethost") {