Skip to content

Commit a385ae3

Browse files
author
farfromrefuge
committed
chore: cleanup
1 parent 9408bd8 commit a385ae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sdk.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export function init(passedOptions: NativescriptOptions): void {
131131
if (frame.platform === 'javascript' && frame.filename) {
132132
let filename = frame.filename
133133
.replace(/^file\:\/\//, '')
134-
.replace(/^app\:\/\//, '')
135134
.replace(/^address at /, '')
136135
.replace(/^.*\/[^\.]+(\.app|CodePush|.*(?=\/))/, '');
137136

0 commit comments

Comments
 (0)