Bug 408811, assert when Stage finds a file it doesn't know how to deal with, r=rhelmer

git-svn-id: svn://10.0.0.236/trunk@244000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nrthomas%gmail.com 2008-01-25 20:31:46 +00:00
parent 5982fb6110
commit 946bf5ee57

View File

@ -658,7 +658,8 @@ sub IsValidLocaleDeliverable {
$locale = $parts[$partsCount - 4];
$platform = $DELIVERABLE_TO_PLATFORM{$parts[$partsCount - 3]};
} else {
$this->Log(msg => "WARNING: Unknown file type in tree: $dirent");
die('ASSERT: IsValidLocaleDeliverable(): Unknown file type in tree: ' .
$dirent);
}
foreach my $allowedPlatform (@{$this->{'localeManifest'}->{$locale}}) {