Skip to content

Commit b6aa296

Browse files
committed
mlWatch didn't get updated to call with the appropriate function sig.
1 parent a14fda5 commit b6aa296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/marklogic/gradle/task/client/WatchTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class WatchTask extends MarkLogicTask {
5050
DatabaseClient client = newClient()
5151
while (true) {
5252
for (String path : paths) {
53-
loader.loadModules(new File(path), new DefaultModulesFinder(), client);
53+
loader.loadModules(path, new DefaultModulesFinder(), client);
5454
}
5555
try {
5656
Thread.sleep(sleepTime);

0 commit comments

Comments
 (0)