promise.lua: layout

This commit is contained in:
Starbeamrainbowlabs 2024-08-18 20:58:57 +01:00
parent 977dcc6a93
commit 26a8658cfb
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -58,7 +58,7 @@ local function do_run(promise, args, depth, origin_resolve)
--- ---
-- 2: Run teh function! -- 2: Run teh function!
--- ---
-- (if it's the 1st one in the sequence we treat it specially) -- (if it's the 1st one in the sequence we treat it specially)
local results local results
if depth == 1 then if depth == 1 then