Skip to content

Commit

Permalink
Whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Zughy committed Aug 25, 2024
1 parent 660233d commit 4f00dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/common/after.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function core.after(after, func, ...)
local new_job = {
mod_origin = core.get_last_run_mod(),
func = func,
elapsed_time = time,
elapsed_time = 0,
args = {
n = select("#", ...),
...
Expand Down

0 comments on commit 4f00dcd

Please sign in to comment.