Skip to content

Commit

Permalink
add missing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 1, 2015
1 parent cb01806 commit fa4ac0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var optionSpec = {
},
};

var debug = require('debug')('server');
var config = require('../lib/config');
var log = require('../lib/log');
var Promise = require('promise');
Expand Down

0 comments on commit fa4ac0c

Please sign in to comment.