Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 11, 2024
1 parent 5b16968 commit ec19430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/utils/transform-sourcemap.ts
Expand Up @@ -39,6 +39,6 @@ export function transformSourcemap(
function parseSourceMap(value: string): SourceMap | undefined {
try {
return JSON.parse(value) as SourceMap
} catch { }
} catch {}
return undefined
}

0 comments on commit ec19430

Please sign in to comment.