mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
8 lines
181 B
Rust
8 lines
181 B
Rust
|
fn op_print(
|
||
|
state: &mut OpState,
|
||
|
msg: &str,
|
||
|
is_err: bool,
|
||
|
) -> Result<(), AnyError> {
|
||
|
// TODO(@littledivy): fast compatible https://github.com/denoland/deno/issues/17159
|
||
|
}
|