Skip to content

Commit

Permalink
Ugh. Really?
Browse files Browse the repository at this point in the history
  • Loading branch information
vifino committed Feb 14, 2016
1 parent 41fbdd4 commit 58d69d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builtin/libs/thread.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ function thread.spawn(code, bindings, buffer, dontusemsgpack)
_G[k] = v
end
end
local threadf = args.fn
local threadfn = args.fn
args = nil
threadfn()
end)
local mpbinds_raw, err = msgpack.pack({
threadfn = fn,
["fn"] = fn,
["bindings"] = bindings
})
if err ~= nil then
Expand Down
4 changes: 2 additions & 2 deletions modules/glue/generated_lua.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58d69d7

Please sign in to comment.