| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,8 +58,8 @@ def node_gyp_rebuild(test_dir): | |||
| 58 | 58 | ||
| 59 | 59 | # We buffer the output and print it out once the process is done in order | |
| 60 | 60 | # to avoid interleaved output from multiple builds running at once. | |
| 61 | - return_code = process.wait() | ||
| 62 | 61 | stdout, stderr = process.communicate() | |
| 62 | + return_code = process.returncode | ||
| 63 | 63 | if return_code != 0: | |
| 64 | 64 | print(f'Failed to build addon in {test_dir}:') | |
| 65 | 65 | if stdout: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments