Send error back

This commit is contained in:
Gregory John Casamento 2020-05-11 16:54:41 -04:00
parent 264811b3d0
commit 4dc1c566c1

View file

@ -469,9 +469,7 @@ static NSDictionary *makeReference(unsigned ref)
{
*error = [NSError errorWithDomain: @"NSKeyedArchiver"
code: 0
userInfo: [NSDictionary dictionaryWithObjectsAndKeys:
@"Could not create secure keyed archive",
NSLocalizedDescriptionKey, nil]];
userInfo: nil];
}
else
{