definition-tester
Advanced tools
Comparing version
{ | ||
"name": "definition-tester", | ||
"version": "2.0.3-alpha", | ||
"version": "2.0.4-alpha", | ||
"description": "DefinitelyTyped repository testing infrastructure", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -25,6 +25,6 @@ 'use strict'; | ||
if (!tsfileExists) { | ||
throw new Error(tsConfigfile + ' does not exist in path ' + process.cwd()); | ||
throw new Error(tsConfigfile + ' does not exist in path ' + tscPath); | ||
} | ||
if (!tscPathExists) { | ||
throw new Error(tscPath + ' does not exist'); | ||
throw new Error(tscPath + ' does not exist in path ' + tscPath); | ||
} | ||
@@ -31,0 +31,0 @@ return true; |
Sorry, the diff of this file is not supported yet
129572
0.01%