build-support/fetchradiclepatch: remove assertMsg usage

This commit is contained in:
Eman Resu
2026-05-26 14:12:11 -04:00
parent 46c15a75c8
commit 23735fa051
@@ -12,9 +12,8 @@ lib.makeOverridable (
...
}@args:
assert lib.assertMsg (
!args ? rev && !args ? tag
) "fetchRadiclePatch does not accept `rev` or `tag` arguments.";
assert
(!args ? rev && !args ? tag) || throw "fetchRadiclePatch does not accept `rev` or `tag` arguments.";
fetchFromRadicle (
{