Skip to content

Commit 3143830

Browse files
committed
Comment out loadAttachLibrary() to reproduce issue #7
Disables the fix so the workflow can verify the error occurs without it. https://claude.ai/code/session_01R7dUoeZm6vv7V1HGKVuseV
1 parent c0ddd8b commit 3143830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/name/neykov/secrets/AttachHelper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
//the API, including a fallback implementing the attach api.
1818
public class AttachHelper {
1919
public static void handle(String jarPath, String pid, String logFile) throws FailureMessageException {
20-
if (isWindows()) {
21-
loadAttachLibrary();
22-
}
20+
// if (isWindows()) {
21+
// loadAttachLibrary();
22+
// }
2323

2424
if (pid.equals("list")) {
2525
System.out.print(AttachHelper.list());

0 commit comments

Comments
 (0)