Skip to content

Commit 8a6aba0

Browse files
committed
Merge pull request Kong#66 from Mashape/fix/crash
fix(bin) wrong path to ValidationError module
2 parents ab267a7 + a21dd28 commit 8a6aba0

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)