mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
refactor(deno): remove concept of bin & json ops (#10145)
This commit is contained in:
parent
a20504642d
commit
46b1c653c0
76 changed files with 534 additions and 1080 deletions
|
@ -5,7 +5,7 @@
|
|||
const core = window.Deno.core;
|
||||
|
||||
function metrics() {
|
||||
const { combined, ops } = core.jsonOpSync("op_metrics");
|
||||
const { combined, ops } = core.opSync("op_metrics");
|
||||
if (ops) {
|
||||
combined.ops = ops;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue