Commit ce44f4a
Stop swallowing the exit status in InitArgs::run_check
Summary: The only caller of run_check returns success regardless of the run_check status, so there's no need for run_check to discard its status: https://github.com/facebook/pyrefly/blob/785a8effd660a36e08078df8e426a71e1feafb60/pyrefly/lib/commands/init.rs#L78.
Reviewed By: kinto0
Differential Revision: D89905963
fbshipit-source-id: 0fa5b726b0c63050ff3fc2c210bbfe98ce1f09f91 parent b5d4c38 commit ce44f4a
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
116 | 113 | | |
| 114 | + | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
0 commit comments