You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When handling warnings, the documentation says data.recoverable should be available:
recoverable Boolean. If false, then the warning will emit an error, even in non-strict mode.
However, I have yet to see a warning message come thru with any recoverable property at all when expanding a file. I expected recoverable to be set to true if the warning is recoverable, but the documentation is unclear in this regard. Do false and falsy mean different things here? Under what conditions would one expect to see a recoverable property?
The text was updated successfully, but these errors were encountered:
When handling warnings, the documentation says
data.recoverable
should be available:However, I have yet to see a warning message come thru with any
recoverable
property at all when expanding a file. I expectedrecoverable
to be set totrue
if the warning is recoverable, but the documentation is unclear in this regard. Dofalse
and falsy mean different things here? Under what conditions would one expect to see arecoverable
property?The text was updated successfully, but these errors were encountered: