only:better GHA error handling?
This commit is contained in:
parent
88a978ad9e
commit
132b6ec158
|
@ -185,7 +185,7 @@ public class IniFileModel {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
throw new IllegalStateException("While [" + rawText + "]", e);
|
throw new IllegalStateException("Failed to handle [" + rawText + "]: " + e, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue