fullstack-build/tslog

Bug: [BUG] Missing line number with bun

Opened this issue · 0 comments

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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