Skip to content

debugger: use strict equality comparison

Rodrigo Muino Tomonari requested to merge github/fork/JungMinu/patch-5 into master

There is no type-conversion to be done because both parameters are already the same type. Therefore, the === operator should be used for better performance.

Merge request reports

Loading