mirror of
https://github.com/jakejarvis/careful-downloader.git
synced 2025-04-26 06:35:22 -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");
|