Skip to content

internal: fix TypeError in v8-polyfill

Rodrigo Muino Tomonari requested to merge github/fork/geek/fix-v8-polyfill into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

v8 profile processor

Description of change

readline() can return a boolean, in which case, line 90 will throw an exception. This change addresses the issue by defaulting to a string in readline() instead of returning false.

Merge request reports

Loading