File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ var compilerOptionsValidation = {
46
46
} ;
47
47
var validator = new simpleValidator . SimpleValidator ( compilerOptionsValidation ) ;
48
48
exports . errors = {
49
- GET_PROJECT_INVALID_PATH : 'Invalid Path ' ,
49
+ GET_PROJECT_INVALID_PATH : 'The path used to query for tsconfig.json does not exist ' ,
50
50
GET_PROJECT_NO_PROJECT_FOUND : 'No Project Found' ,
51
51
GET_PROJECT_FAILED_TO_OPEN_PROJECT_FILE : 'Failed to fs.readFileSync the project file' ,
52
52
GET_PROJECT_JSON_PARSE_FAILED : 'Failed to JSON.parse the project file' ,
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export interface TypeScriptProjectFileDetails {
161
161
//////////////////////////////////////////////////////////////////////
162
162
163
163
export var errors = {
164
- GET_PROJECT_INVALID_PATH : 'Invalid Path ' ,
164
+ GET_PROJECT_INVALID_PATH : 'The path used to query for tsconfig.json does not exist ' ,
165
165
GET_PROJECT_NO_PROJECT_FOUND : 'No Project Found' ,
166
166
GET_PROJECT_FAILED_TO_OPEN_PROJECT_FILE : 'Failed to fs.readFileSync the project file' ,
167
167
GET_PROJECT_JSON_PARSE_FAILED : 'Failed to JSON.parse the project file' ,
You can’t perform that action at this time.
0 commit comments