mirror of
https://github.com/jakejarvis/careful-downloader.git
synced 2026-08-13 23:35:21 -04:00
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
import debug from "debug";
|
|
|
|
// set DEBUG=careful-downloader in environment to enable detailed logging
|
|
export default debug("careful-downloader");
|