提交 920963a1 编写于 作者: P pi1024e

Revert "Fixed compilation errors"

This reverts commit b59ecadf6b1c3c84213b8300df8ba8ce962e6625.
上级 2d7f80ba
......@@ -66,7 +66,7 @@ function _schemeFix(scheme: string, _strict: boolean): string {
return scheme;
}
console.trace('BAD uri lacks scheme, falling back to file-scheme.');
return 'file';
scheme = 'file';
}
// implements a bit of https://tools.ietf.org/html/rfc3986#section-5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册