You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this warning from debug every time I run mocha tests:
(node:13161) DeprecationWarning: DEBUG_FD is deprecated. Override debug.log if you want to use a different log function (https://git.io/vMUyr)
Based on debug-js/debug#410 issue, they fixed it in version 2.6.1. However, the mocha@3.4.2 still depend on debug@2.6.0. Could anyone please update debug version to fix this issue?
The text was updated successfully, but these errors were encountered:
Mocha 3.5.0 was just released and should have Debug 2.6.8 if I recall correctly; @danhdoancs can you confirm that the issue is resolve in 3.5.0? Thanks!
Hi guys,
I'm getting this warning from debug every time I run mocha tests:
(node:13161) DeprecationWarning:
DEBUG_FD
is deprecated. Overridedebug.log
if you want to use a different log function (https://git.io/vMUyr)Based on debug-js/debug#410 issue, they fixed it in version 2.6.1. However, the mocha@3.4.2 still depend on debug@2.6.0. Could anyone please update debug version to fix this issue?
The text was updated successfully, but these errors were encountered: