fix(runtime): avoid Copy to RAM worker panic
This commit is contained in:
@@ -272,3 +272,7 @@ func TestDetachInstallMedium(t *testing.T) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
func TestMaybeLogCopyProgressAllowsNilLogger(t *testing.T) {
|
||||
maybeLogCopyProgress(nil, copyProgressLogStep, copyProgressLogStep)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user