We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab267a7 + a21dd28 commit 8a6aba0Copy full SHA for 8a6aba0
1 file changed
bin/httpsnippet
@@ -10,7 +10,7 @@ var fs = Promise.promisifyAll(require('fs'))
10
var HTTPSnippet = require('..')
11
var path = require('path')
12
var pkg = require('../package.json')
13
-var ValidationError = require('har-validator/src/error')
+var ValidationError = require('har-validator/lib/error')
14
15
cmd
16
.version(pkg.version)
0 commit comments