REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 946 B
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@prisma/debug/README.md
Text
Base64
# @prisma/debug A cached [`debug`](https://github.com/visionmedia/debug/). --- ⚠️ **Warning**: This package is intended for Prisma's internal use. Its release cycle does not follow SemVer, which means we might release breaking changes (change APIs, remove functionality) without any prior warning. If you are using this package, it would be helpful if you could help us gain an understanding where, how and why you are using it. Your feedback will be valuable to us to define a better API. Please share this information at https://github.com/prisma/prisma/discussions/13877 - Thanks! ## Usage ```ts import Debug, { getLogs } from '@prisma/debug' const debug = Debug('my-namespace') try { debug('hello') debug(process.env) throw new Error('oops') } catch (e) { console.error(e) console.error(`We just crashed. But no worries, here are the debug logs:`) // get 10 last lines of debug logs console.error(getLogs(10)) } ```
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dist
DIR
-
drwxr-xr-x
2026-02-03 15:47:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
11.09 KB
lrw-r--r--
2026-02-03 15:47:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
1.10 KB
lrw-r--r--
2026-02-03 15:47:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
946 B
lrw-r--r--
2026-02-03 15:47:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).