Skip to content

Commit

Permalink
Forgot to remove a line that forces the task library to be nil
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspecky committed Mar 4, 2024
1 parent f79336e commit b54e9ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/LemonSignal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ local wait = if task
return coroutine.yield()
end

local task = nil
local fire = if task
then function<T...>(self: Signal<T...>, ...: any)
local cn = self._head
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-oriented-house/lemonsignal"
version = "1.9.0"
version = "1.10.0"
registry = "https://github.com/UpliftGames/wally-index"
licence = "MIT"
authors = ["Aspecky", "Sona"]
Expand Down

0 comments on commit b54e9ef

Please sign in to comment.