Console.log not working at all

后端 未结 13 649
故里飘歌
故里飘歌 2020-12-29 02:13

A bunch of code isn\'t working and I\'m trying to identify where the problem lies but console.log() isn\'t logging any results in Chrome Dev tools, am I doing i

相关标签:
13条回答
  • 2020-12-29 02:54

    In my case it was caused by console.groupCollapsed().

    And collapsed messages don't get detected by ctrl+f apparently.

    Maintaining unfamiliar code is scary sometimes...

    It even collapsed the exception message, absence of which made me put those console.logs in the first place ^_^

    0 讨论(0)
提交回复
热议问题