Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

Delete doesn't delete comment wrapping #132

Closed dungle-scrubs closed 1 year ago

dungle-scrubs commented 3 years ago

If I create:

  console.log('👽 ---------------------------------------------------------------------')
  console.log('👽 ~ file: AccountPage.js ~ line 28 ~ AccountPage ~ currency', currency)
  console.log('👽 ---------------------------------------------------------------------')

After option + shift + d I get:

  console.log('👽 ---------------------------------------------------------------------')
  console.log('👽 ---------------------------------------------------------------------')
Chakroun-Anas commented 1 year ago

Hello @dungle-scrubs ,

Not relevant anymore, tested with version v.2.8.0, thank you for reporting the issue.