mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 06:30:32 +00:00
codegen: Add todo comment about error message
This commit is contained in:
@@ -417,6 +417,7 @@ fn main() -> Result<()> {
|
|||||||
.values()
|
.values()
|
||||||
.any(|m| matches!(m, ManifestRef::Real(m) if m.download_info.contains_key(&p)))
|
.any(|m| matches!(m, ManifestRef::Real(m) if m.download_info.contains_key(&p)))
|
||||||
{
|
{
|
||||||
|
// TODO: better error message: https://github.com/taiki-e/install-action/pull/411
|
||||||
bail!(
|
bail!(
|
||||||
"platform list in base manifest for {package} contains {p:?}, \
|
"platform list in base manifest for {package} contains {p:?}, \
|
||||||
but result manifest doesn't contain it; \
|
but result manifest doesn't contain it; \
|
||||||
|
|||||||
Reference in New Issue
Block a user