aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Wasinger <j-wasinger@hotmail.com>2017-07-06 04:38:53 +0800
committerUbuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal>2017-08-08 04:41:46 +0800
commit2b523eb61c79bdc5f066e49c97c6ddfb971a2f03 (patch)
tree6bc99379b5f649ea0c13b289a4b46e46bb6b18cd
parent291c054b2731de7172579ca629d1499be44f15fa (diff)
downloaddexon-tests-2b523eb61c79bdc5f066e49c97c6ddfb971a2f03.tar.gz
dexon-tests-2b523eb61c79bdc5f066e49c97c6ddfb971a2f03.tar.zst
dexon-tests-2b523eb61c79bdc5f066e49c97c6ddfb971a2f03.zip
fix process error
-rwxr-xr-xJSONSchema/validate.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/JSONSchema/validate.js b/JSONSchema/validate.js
index e3037ccad..c98e4bbf8 100755
--- a/JSONSchema/validate.js
+++ b/JSONSchema/validate.js
@@ -4,7 +4,6 @@ var validate = require('jsonschema').validate;
var fs = require('fs');
var readline = require('readline');
-var process = require('process');
var schema = '';
var testCode = '';