Skip to content

Commit 3cefb08

Browse files
committed
fix(runner): panic if integration doesn't support memory profiling
1 parent 9bcf7fc commit 3cefb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executor/memory/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ impl MemoryExecutor {
196196
};
197197

198198
if cur_version < min_version {
199-
return Ok(Some(FifoCommand::Err));
199+
panic!("{INVALID_INTEGRATION_ERROR}")
200200
}
201201
}
202202
FifoCommand::SetVersion(protocol_version) => {

0 commit comments

Comments
 (0)