Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Feb 14, 2025
1 parent 4791b18 commit df61b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/normalize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export function normaliseProfile(profile: Profile, basePath: string): void {
frame.abs_path = normalizeUrlToBase(frame.abs_path, basePath);
}


// filename isn't in the types but its in the actual data
if ('filename' in frame && typeof frame.filename === 'string') {
frame.filename = normalizeUrlToBase(frame.filename, basePath);
Expand Down

0 comments on commit df61b5a

Please sign in to comment.