This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Commit e9c2ed0
committed
Make
If no script is provided, we were inferring it from the last entry in
the backtrace.
If you are using async `<<__Entrypoint>>`, the first entry in the call
stack is in systemlib, in enterasyncentrypoint.
- systemlib doesn't have file names in backtraces as they're considered
builtin. This caused the crash
- even if it did, it would be the wrong file name
So, choose the last thing with a filename.codegenScript handle invocations via async <<__Entrypoint>>s1 parent 00b958e commit e9c2ed0
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | | - | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
0 commit comments