Skip to content

Commit

Permalink
fix(checkPath): add missing require('path')
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed May 12, 2015
1 parent 7a3600b commit e5dab82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/lib/check-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

var debug = require('debug')('changelog:checkPath');
var fs = require('fs');
var path = require('path');

function makePathDone(done, err) {
if (err) {
Expand Down

0 comments on commit e5dab82

Please sign in to comment.