diff --git a/examples/quickcheck/src/main/java/quickcheck/commands/QuickCheckLSPCommand.java b/examples/quickcheck/src/main/java/quickcheck/commands/QuickCheckLSPCommand.java index 28aa52d62..729557cd3 100644 --- a/examples/quickcheck/src/main/java/quickcheck/commands/QuickCheckLSPCommand.java +++ b/examples/quickcheck/src/main/java/quickcheck/commands/QuickCheckLSPCommand.java @@ -189,6 +189,7 @@ public String initRun(DAPRequest request) { QuickCheckExecutor executor = new QuickCheckExecutor(request, qc, timeout, poList, poNames); executor.exec(); // Note, not start! + executor.clean(); // Send POG updated notification } catch (Exception e) {