mirror of
https://github.com/denoland/deno.git
synced 2025-02-13 01:06:00 -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
|
||
|
}
|