| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 24b182e commit ab0d3a3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1055,7 +1055,10 @@ Maybe<int> SyncProcessRunner::ParseStdioOption(int child_fd, | |||
| 1055 | 1055 | return Just(AddStdioInheritFD(child_fd, inherit_fd)); | |
| 1056 | 1056 | } | |
| 1057 | 1057 | ||
| 1058 | - UNREACHABLE("invalid child stdio type"); | ||
| 1058 | + Utf8Value stdio_type(env()->isolate(), js_type); | ||
| 1059 | + fprintf(stderr, "invalid child stdio type: %s\n", stdio_type.out()); | ||
| 1060 | + | ||
| 1061 | + UNREACHABLE(); | ||
| 1059 | 1062 | } | |
| 1060 | 1063 | ||
| 1061 | 1064 | int SyncProcessRunner::AddStdioIgnore(uint32_t child_fd) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments