Skip to content

Commit c83a407

Browse files
committed
feat(source): .json() no longer logs parsing errors by default, you now have to opt in by overwriting the .json() callback.
1 parent e18c1e7 commit c83a407

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveltekit-sse",
3-
"version": "0.13.14",
3+
"version": "0.13.15",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build",

src/lib/source.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export function source(
213213
})
214214
}
215215
})
216-
console.error({ result })
217216
return result
218217
},
219218
transform(transformer) {

0 commit comments

Comments
 (0)