Commit 7d93ecf
committed
Exit with error when a sketch file is unreadable
When any sketch file that would normally be compiled is unreadable,
SketchLoad would previously just silently skip it, leading to
potentially unexpected results. It is probably better to just error out
and let the user sort out the problem instead.
Additionally, this prepares for improving the handling of broken
symlinks in the next commit.1 parent e5f4c95 commit 7d93ecf
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
0 commit comments