We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64970f2 commit 9ce58b2Copy full SHA for 9ce58b2
TurtleValidator.js
@@ -49,7 +49,7 @@ function validateArgument(arg) {
49
});
50
break;
51
case null:
52
- validate(fs.createReadStream(parsedUrl.href), showValidation);
+ validate(fs.createReadStream(arg), showValidation);
53
54
default:
55
console.log('Cannot access %s: "%s" not supported', parsedUrl.href, parsedUrl.protocol)
0 commit comments