prefix all the debugger namespaces

This commit is contained in:
2016-05-05 11:41:57 -07:00
parent 1f053cbb6b
commit f5bf40cf71
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import Job from './job.js';
import Worker from './worker.js';
import omit from 'lodash.omit';
const debug = logger('queue');
const debug = logger('esqueue:queue');
export default class Esqueue extends events.EventEmitter {
constructor(index, options = {}) {