-
Fix missed error handling
The err state of parser was skipped due to the if-let. Now, add context
and return early with ? if parser fails.
Fix missed error handling
The err state of parser was skipped due to the if-let. Now, add context
and return early with ? if parser fails.