Skip to content

Instantly share code, notes, and snippets.

@luchoching
Created March 27, 2015 05:24
Show Gist options
  • Save luchoching/d7dd8b2a131e789ef9c4 to your computer and use it in GitHub Desktop.
Save luchoching/d7dd8b2a131e789ef9c4 to your computer and use it in GitHub Desktop.
require('debug').enable('TEST:*');
var a = require('debug')('TEST:a');
var b = require('debug')('TEST:b');
var c = require('debug')('c');
a('aaaaaa');
b('bbbbbb');
c('cccccc');
a('aaaaaa');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment