mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 17:25:21 +00:00
Improved fields warn expression
This commit is contained in:
@@ -89,7 +89,7 @@ function registerWithValidation(
|
||||
instance[sharedKeysPoolSymbol].add(field.key);
|
||||
validItems.push(field);
|
||||
} catch (err) {
|
||||
console.warn(err);
|
||||
console.warn(err.message ? err.message : err);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user