We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5808635 commit 6a0ed0dCopy full SHA for 6a0ed0d
resource-loader.ts
@@ -26,9 +26,7 @@ export class DenoFileSystemResourceLoader extends ResourceLoader {
26
}
27
28
29
- get(url: string, aa?: any): Promise<string> {
30
- console.log(11,this.resourcePath);
31
-
+ get(url: string, aa?: any): Promise<string> {
32
const appDir = this.resourcePath || '';
33
const filePath = this.resolve(url, appDir);
34
0 commit comments