diff --git a/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto b/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto index 6303f8f9c3c..2acd99c8f28 100644 --- a/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto +++ b/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto @@ -113,7 +113,7 @@ message ExecuteCommandRequest { string code = 3; // If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code - // are treated as important failures and cause the server to shut down. + // are treated as important failures and cause errors to be reported to the io.deephaven.engine.table.impl.util.AsyncClientErrorNotifier. // If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC` optional SystemicType systemic = 4; }