This commit is contained in:
Daniel Pavelek 2025-03-14 23:21:53 +01:00 committed by GitHub
commit 8d4295405c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ public final class ApiConnectionImpl extends ApiConnection {
switch (line) {
case "!re":
return unpackRe();
case "!empty":
case "!done":
return unpackDone();
case "!trap":