| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 597f875 commit 02e012e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,6 +41,7 @@ int wmain(int argc, wchar_t *wargv[]) { | |||
| 41 | 41 | #else | |
| 42 | 42 | // UNIX | |
| 43 | 43 | int main(int argc, char *argv[]) { | |
| 44 | + setvbuf(stderr, NULL, _IOLBF, 1024); | ||
| 44 | 45 | return node::Start(argc, argv); | |
| 45 | 46 | } | |
| 46 | 47 | #endif | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,6 @@ test-child-process-exit-code : PASS,FLAKY | |||
| 18 | 18 | [$system==macos] | |
| 19 | 19 | ||
| 20 | 20 | [$system==solaris] # Also applies to SmartOS | |
| 21 | - test-debug-signal-cluster : PASS,FLAKY | ||
| 22 | 21 | ||
| 23 | 22 | [$system==freebsd] | |
| 24 | 23 | test-net-socket-local-address : PASS,FLAKY | |
| Back | FazBrowse Home | New Git URL |
0 commit comments