We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd18b5 commit 1b7467fCopy full SHA for 1b7467f
packages/runtime-common/paths.ts
@@ -10,9 +10,6 @@ export class RealmPaths {
10
11
local(url: URL, opts: LocalOptions = {}): LocalPath {
12
if (!this.inRealm(url)) {
13
- if (!url || !url.href || url.href.includes('undefined')) {
14
- debugger;
15
- }
16
let error = new Error(`realm ${this.url} does not contain ${url.href}`);
17
(error as any).status = 404;
18
throw error;
0 commit comments