in src/uri.ts [49:54]
function _schemeFix(scheme: string, _strict: boolean): string { if (!scheme && !_strict) { return 'file'; } return scheme; }