Skip to content

Commit a21dd28

Browse files
committed
fix(bin) wrong path to ValidationError module
1 parent ab267a7 commit a21dd28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/httpsnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var fs = Promise.promisifyAll(require('fs'))
1010
var HTTPSnippet = require('..')
1111
var path = require('path')
1212
var pkg = require('../package.json')
13-
var ValidationError = require('har-validator/src/error')
13+
var ValidationError = require('har-validator/lib/error')
1414

1515
cmd
1616
.version(pkg.version)

0 commit comments

Comments
 (0)