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

Commit 09f109b

Browse files
author
Rob Rudin
committed
#129 Now catching exceptions in ModulesWatcher
1 parent 2a7c415 commit 09f109b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/marklogic/appdeployer/util/ModulesWatcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public void run() {
4444
loader.setModulesManager(new PropertiesModuleManager(new File(path)));
4545
}
4646
loader.setStaticChecker(appConfig.newStaticChecker());
47+
loader.setCatchExceptions(true);
4748
DatabaseClient client = appConfig.newDatabaseClient();
4849
List<String> paths = appConfig.getModulePaths();
4950
ModulesFinder finder = new DefaultModulesFinder();

0 commit comments

Comments
 (0)