Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make "recursions" debug message #42

Merged
merged 1 commit into from
Nov 15, 2024
Merged

fix: make "recursions" debug message #42

merged 1 commit into from
Nov 15, 2024

Conversation

boredland
Copy link
Contributor

Currently this spams stdout for everyone using this library.

With this, it can be enabled with NODE_DEBUG=recursions.

Sorry for the formatting changes...

Currently this spams stdout for everyone using this library.

With this, it can be enabled with `NODE_DEBUG=recursions`
Copy link
Contributor

📊 Package size report   0.01%↑

File Before After
dist/browser.cjs 27.4 kB 0.2%↑27.4 kB
dist/browser.cjs.map 44.8 kB 0.2%↑44.9 kB
dist/browser.global.js 404.4 kB 0.02%↑404.4 kB
dist/browser.global.js.map 813.9 kB 0.01%↑814.0 kB
dist/browser.js 22.6 kB 0.2%↑22.6 kB
dist/browser.js.map 45.5 kB 0.2%↑45.6 kB
dist/node.cjs 28.4 kB 0.2%↑28.5 kB
dist/node.cjs.map 46.4 kB 0.2%↑46.5 kB
dist/node.global.js 405.4 kB 0.02%↑405.5 kB
dist/node.global.js.map 815.8 kB 0.01%↑815.9 kB
dist/node.js 23.5 kB 0.2%↑23.5 kB
dist/node.js.map 47.3 kB 0.2%↑47.4 kB
Total (Includes all files) 6.6 MB 0.01%↑6.6 MB
Tarball size 706.1 kB 0.04%↑706.4 kB
Unchanged files
File Size
dist/browser.d.cts 1.9 MB
dist/browser.d.ts 1.9 MB
dist/node.d.cts 1.2 kB
dist/node.d.ts 1.2 kB
LICENSE 1.1 kB
package.json 1.5 kB
README.md 301 B

🤖 This report was automatically generated by pkg-size-action

@sakulstra
Copy link
Contributor

I didn't know about node:debug 😅

The test failute i think is related to cloudflare no longer offering a public ipfs gateway 🤔
Not exactly sure what to do about it, probably we can just remove that test for now, we need to redo the ipfs things anyways :/

@boredland boredland merged commit 2192118 into main Nov 15, 2024
2 of 3 checks passed
@boredland boredland deleted the debug-logging branch November 15, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants