Skip to content

Commit e6242e6

Browse files
committed
alright finally
1 parent 271d7f2 commit e6242e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/svelte/tests/helpers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ export function normalise_inspect_logs(logs) {
210210

211211
const match = last_line && /(at .+) /.exec(last_line);
212212

213-
// fucking windows jfc
214-
console.error({ stack: log.stack, last_line, match });
215-
216213
return match && match[1];
217214
}
218215

0 commit comments

Comments
 (0)