-
Notifications
You must be signed in to change notification settings - Fork 950
Open
Labels
bugThis issue identifies a malfunctionThis issue identifies a malfunctionchange-patchThis proposes or provides a change that requires a patch releaseThis proposes or provides a change that requires a patch releasepr-welcomeThis issue has an approved change; a pull request would be appreciatedThis issue has an approved change; a pull request would be appreciated
Milestone
Description
debug @latest
i hit with follow with node
DEBUG=picnicapp:* node --inspect-brk ./bin/www
const debug = require('debug');
log = require('debug')('picnicapp:stdout')
debug.log = console.log.bind(console);
log("test custom console");
console look like
�[33;1mpicnicapp:stdout �[0mtest custom console �[33m+0ms�[0m
anyone can help me ?
adrian-moisa, sakalys and shivshankar3578adrian-moisa
Metadata
Metadata
Assignees
Labels
bugThis issue identifies a malfunctionThis issue identifies a malfunctionchange-patchThis proposes or provides a change that requires a patch releaseThis proposes or provides a change that requires a patch releasepr-welcomeThis issue has an approved change; a pull request would be appreciatedThis issue has an approved change; a pull request would be appreciated