copy data from both callbacks in Promise data-flow

This commit is contained in:
Erik Krogh Kristensen
2020-01-21 18:00:06 +01:00
parent fe0b6a86d7
commit 8679132624

View File

@@ -230,7 +230,7 @@ private module PromiseFlow {
or
// read the value of a resolved/rejected promise that is returned
(prop = rejectField() or prop = resolveField()) and
pred = getCallback(0).getAReturn() and
pred = getCallback([0..1]).getAReturn() and
succ = this
}