Skip to content

lib: remove empty and redundant catch block

Rodrigo Muino Tomonari requested to merge github/fork/nassiharel/master into master

This file contains two empty catch blocks, which is a bad practice by itself. This PR fixes one empty catch block, which probably tried to avoid object destructuring error.

Checklist

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading