You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to reproduce this. The provided file runs fine and awaits each function call, then exits the process.
With that said, the output code uses an old promise shim to return the promise, and it is possible that this is incompatible with whatever setup you have. We can leave this open until a new version is released that uses native promises.
Describe the bug
generateImages()
function isasync
and type hints that it will return a Promise but does not return a Promise.pwa-asset-generator/src/main.ts
Lines 119 to 124 in aadbb9b
Expected behavior
generateImages()
should return a Promise that gets resolved with the value of type Result.Why
await generateImages
in a CD environment, I cannot do process.exit() as shown in the examples.System (please complete the following information):
Additional context
Thankully Github Actions terminated the script after 6 hours :)
The text was updated successfully, but these errors were encountered: