mirror of
https://github.com/felixlohmeier/turtle-web-editor.git
synced 2025-04-27 00:00:15 +02:00
Changed some console logging
This commit is contained in:
parent
ed69ef01fe
commit
1c64d7840f
@ -1,8 +1,8 @@
|
|||||||
var N3 = require('n3'), fs = require('fs'), N3Util = N3.Util;
|
var N3 = require('n3'), fs = require('fs'), N3Util = N3.Util;
|
||||||
|
|
||||||
if (!process.argv[2]){
|
if (!process.argv[2]){
|
||||||
console.log('-- RDF N3/NTriples/Turtle file validator --');
|
console.log('RDF N3/NTriples/Turtle file validator');
|
||||||
console.log('node n3validator <path-to-file>');
|
console.log('Usage: $ node N3Validator.js <path-to-file>');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user