Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

An extra console.log #146

Closed GuetarniWalid closed 2 years ago

GuetarniWalid commented 2 years ago

With the last release (2.1.7) in VSCode, when i use the wrapped log message i have on extra consol.log().

Example:

  test.only('ExchangeSpotAction.fetchAllOpenOrderIn', async (assert) => {
    const orders = await ftxAdapter.fetchAllOpenOrderIn()
    console.log('🚀 ------------------')
    console.log('🚀 ~ orders', orders)
    console.log('🚀 ------------------')
    console.log('🚀 ~ orders', orders)
  })

There is a solution to fix this probleme ?

SliverYuki commented 2 years ago

not resolve yet, I have to disabled the Wrap log Message, now it show single line, but no wrapper image

image

Chakroun-Anas commented 2 years ago

Hello guys, i just pushed a new version v2.2.1 that fix this, can you please check and get back to me so that we can close this issue ? thx.

GuetarniWalid commented 2 years ago

Thank you so much, it is all good.

SliverYuki commented 2 years ago

Hello guys, i just pushed a new version v2.2.1 that fix this, can you please check and get back to me so that we can close this issue ? thx.

Thanks, now it works perfect.