debug is undefined

This commit is contained in:
Girish Ramakrishnan 2015-09-29 13:34:43 -07:00
parent 5e679a256f
commit 3239424296
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
'use strict';
var path = require('path'),
var debug = require('debug')('e2e:common'),
path = require('path'),
safe = require('safetydance'),
util = require('util'),
_ = require('underscore');