Commit 33afb86
authored
don't check for 'arguments' in web/worker environments - it doesn't make sense to look for commandline arguments there (and it makes us behave in surprising ways if we are inside a function that happens to have 'arguments' defined). instead, Module['arguments'] can be set manually if commandline arguments are desired (emscripten-core#6398)
1 parent a7554d2 commit 33afb86
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 257 | | |
262 | 258 | | |
263 | 259 | | |
| |||
0 commit comments