Skip to content

Commit

Permalink
fix: standard library symbols without devices/ prefix won't show up #…
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 1, 2024
1 parent 15e8200 commit 75b5d3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/LibraryLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class LibraryLoader {
this.pathToUrl.set(path, url.toString());
return result;
}
return await fetch(`https://raw.githubusercontent.com${url.pathname}`);
}
}
if (!path.includes('/')) {
Expand Down

0 comments on commit 75b5d3c

Please sign in to comment.