Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 65dbc79

Browse files
fixes #243
1 parent f18d037 commit 65dbc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcl/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var getVersion = function() {
5757
var getFiles = function (rootPath, extensions, ignoreMatcher) {
5858
var files;
5959
if (existsFile(rootPath)) {
60-
if (isRelevantFile(rootPath, extensions, ignoreMatcher)) {
60+
if (isRelevantFile(javaPaths.get(rootPath.toString()), extensions, ignoreMatcher)) {
6161
files = javaArrays.asList(javaPaths.get(rootPath.toString()));
6262
} else {
6363
files = [];

0 commit comments

Comments
 (0)