tslog icon indicating copy to clipboard operation
tslog copied to clipboard

Bug: [BUG] Missing line number with bun

Open thewh1teagle opened this issue 1 year ago • 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

thewh1teagle avatar Sep 19 '24 12:09 thewh1teagle