Replies: 1 comment
-
also, here it's mentioned that
But if my cursor is always undefined, why doesn't the loop stop? I'd understand it as "if captured var fails (cursor) it stops the loop". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run the following ts file like this:
artillery run ./src/main.ts
:The test seems to run away (artillery eats all my ram), all logs show undefined and my api process seems unaffected.
⠙ Fetching next products, cursor: undefined
I can't find any examples of what I'm trying to do but defined in TS, so what am I doing wrong?
Do I even in TS have to tell
whileTrue
to point to a TS function in a different file?Beta Was this translation helpful? Give feedback.
All reactions