Commit bed4a48
authored
Fix lock file error with test/runner and EMCC_DEBUG mode. (emscripten-core#26110)
`cleanup_emscripten_temp()` was run at the beginning of tests and caused
the `emscripten.lock` file that was created earlier to be removed. Then
when test was finished it attempted to delete that lock file again.1 parent ca1c316 commit bed4a48
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
715 | | - | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
716 | 718 | | |
717 | 719 | | |
718 | 720 | | |
| |||
0 commit comments