diff --git a/promise.lua b/promise.lua index 3c9a5eb..3f1053e 100644 --- a/promise.lua +++ b/promise.lua @@ -58,7 +58,7 @@ local function do_run(promise, args, depth, origin_resolve) --- -- 2: Run teh function! --- - + -- (if it's the 1st one in the sequence we treat it specially) local results if depth == 1 then