(device, throwError = false)
| 11 | }; |
| 12 | } |
| 13 | function enableValidationErrors(device, throwError = false) { |
| 14 | const _InnerDevice = Object.getOwnPropertySymbols(device).find((e)=>e.description === "[[device]]" |
| 15 | ); |
| 16 | const innerDevice = device[_InnerDevice]; |
| 17 | patchPushError(innerDevice, throwError); |
| 18 | } |
| 19 | export { enableValidationErrors as enableValidationErrors }; |