summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/op_print.rs
blob: 776ee8418855fd1b149f63b59d070f9fee41623c (plain)
1
2
3
4
5
6
7
fn op_print(
  state: &mut OpState,
  msg: &str,
  is_err: bool,
) -> Result<(), AnyError> {
  // TODO(@littledivy): fast compatible https://github.com/denoland/deno/issues/17159
}