Skip to content

Commit 5bcf44c

Browse files
committed
Add path object
Add require('path') to avoid ReferenceError: path is not defined in line 34-35
1 parent 26f192e commit 5bcf44c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22
var gutil = require('gulp-util');
3+
var path = require('path');
34
var through = require('through2');
45
var Checker = require('jscs');
56
var loadConfigFile = require('jscs/lib/cli-config');

0 commit comments

Comments
 (0)