Skip to content

Commit

Permalink
chore: getOriginalCodeFrame match declared return type and actual r…
Browse files Browse the repository at this point in the history
…eturn type
  • Loading branch information
eps1lon committed Oct 17, 2024
1 parent 4b50611 commit 8ff1220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function findSourcePackage({
export function getOriginalCodeFrame(
frame: StackFrame,
source: string | null
): string | null | undefined {
): string | null {
if (!source || isInternal(frame.file)) {
return null
}
Expand Down

0 comments on commit 8ff1220

Please sign in to comment.