Skip to content

Commit

Permalink
Made execprocess be in a go func
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Jan 9, 2016
1 parent 4c58dcf commit 61aafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 61aafb0

Please sign in to comment.