JS: Move some promise-related store steps into PromiseFlow::storeStep

API graphs calls PromiseFlow::storeStep to propagate promises, which means it missed a store steps added elsewhere in the old promise library model.

We want API graphs to rely on type-tracking steps in general, like in Ruby, but for now just fixing the bug.
This commit is contained in:
Asger F
2025-03-13 12:52:40 +01:00
parent 89410d07b3
commit 08ee51cbc4
2 changed files with 12 additions and 26 deletions

View File

@@ -1,2 +0,0 @@
| wrap-async-in-thunk.js:5:25:5:137 | /* def= ... ed() */ | Node not found on this line (but there is one on line wrap-async-in-thunk.js:14). |
| wrap-async-in-thunk.js:5:25:5:137 | /* def= ... ed() */ | Node not found on this line (but there is one on line wrap-async-in-thunk.js:24). |