mirror of
https://github.com/debug-js/debug.git
synced 2025-12-08 20:59:48 +00:00
* remove DEBUG_FD Now simply uses `process.stderr`. Breaking API change, for the v3 branch. Previously used internal and undocumented Node.js APIs to support this underly used API. Fixes #280 Closes #386 * remove DEBUG_FD from readme