File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ private void setupFilters() {
394394 for (FileType filetype : defaultExtract )
395395 for (String extension : filetype .getExtensions ()) patterns .add ("**/*" + extension );
396396
397- // include .eslintrc files, .xsaccess files, package.json files,
397+ // include .eslintrc files, .xsaccess files, package.json files,
398398 // tsconfig.json files, and codeql-javascript-*.json files
399399 patterns .add ("**/.eslintrc*" );
400400 patterns .add ("**/.xsaccess" );
@@ -895,7 +895,7 @@ protected DependencyInstallationResult preparePackagesAndDependencies(Set<Path>
895895 // For named packages, find the main file.
896896 String name = packageJson .getName ();
897897 if (name != null ) {
898- Path entryPoint = null ;
898+ Path entryPoint = null ;
899899 try {
900900 entryPoint = guessPackageMainFile (path , packageJson , FileType .TYPESCRIPT .getExtensions ());
901901 if (entryPoint == null ) {
You can’t perform that action at this time.
0 commit comments