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