fix(runtime): avoid Copy to RAM worker panic

This commit is contained in:
Mikhail Chusavitin
2026-09-03 15:34:30 +03:00
parent eae5570730
commit b14417b729
3 changed files with 21 additions and 2 deletions
@@ -272,3 +272,7 @@ func TestDetachInstallMedium(t *testing.T) {
}
})
}
func TestMaybeLogCopyProgressAllowsNilLogger(t *testing.T) {
maybeLogCopyProgress(nil, copyProgressLogStep, copyProgressLogStep)
}