@elastic/ctags-langserver
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -386,2 +386,6 @@ "use strict"; | ||
runCtagsOnSingleFile(rootPath, filePath) { | ||
if (filePath.trim().startsWith('-')) { | ||
this.logger.error(`Invalid file name: ${filePath}`); | ||
return; | ||
} | ||
const tmpTagsFile = path.resolve(rootPath, this.tmpTagName); | ||
@@ -388,0 +392,0 @@ if (fs_1.existsSync(tmpTagsFile)) { |
{ | ||
"name": "@elastic/ctags-langserver", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "An all-languages language server built on top of ctags", | ||
@@ -5,0 +5,0 @@ "author": "Elastic", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1176
15025344