promise.lua: layout

This commit is contained in:
Starbeamrainbowlabs 2024-08-18 20:58:57 +01:00
parent 977dcc6a93
commit 26a8658cfb
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -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