exechelper doesn't automatically call done

This commit is contained in:
Matthew Kennedy 2023-10-24 16:07:06 -07:00 committed by rusefillc
parent 8f9e0a6c27
commit 7a0f7b76af
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ public class ExecHelper {
callbacks.error();
}
callbacks.done();
return error.toString();
}