Skip to content

Commit b896943

Browse files
committed
Debug Senzing settings on Windows
1 parent bb4067a commit b896943

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: java/runner/java/com/senzing/runner/SnippetRunner.java

+4
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,10 @@ private static String setupTempRepository(InstallLocations senzingInstall) throw
497497
long configId = configMgr.addConfig(baseConfig, "Default Config");
498498
configMgr.setDefaultConfigId(configId);
499499

500+
} catch (SzException e) {
501+
System.err.println(settings);
502+
throw e;
503+
500504
} finally {
501505
env.destroy();
502506
}

0 commit comments

Comments
 (0)