Skip to content

module: move redundant `throwIfUnsupportedURLScheme` call

Rodrigo Muino Tomonari requested to merge github/fork/RedYetiDev/patch-114 into main

The URL scheme for a module is checked in the getSource function, so there is no need to validate it again before hand. This PR replaces the unneeded call with places where it is needed.

Merge request reports

Loading