tslog
tslog copied to clipboard
Bug: [BUG] Missing line number with bun
Describe the bug
import { Logger } from "tslog";
const log = new Logger({type: 'pretty'})
log.debug('hi')
bun main.ts
2024-09-19 12:36:52.157 DEBUG hi
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Node.js Version
bun -v
1.1.18
OS incl. Version macos