Skip to content

Commit

Permalink
samply
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 27, 2025
1 parent 2d81950 commit 2daa779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/scripts/_/samply-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
const lib = row.querySelector(".lib");
const libText = lib.textContent.trim();
if (
libText.endsWith("/swc_ecma_visit/src/") ||
libText.includes("/swc_ecma_visit/src/") ||
libText.endsWith("/swc_ecma_utils/src/parallel.rs") ||
libText.includes("/.rustup/") ||
libText.includes("/std/") ||
Expand Down

0 comments on commit 2daa779

Please sign in to comment.