summaryrefslogtreecommitdiff
path: root/core/ops.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-06-07 10:25:10 +0100
committerGitHub <noreply@github.com>2022-06-07 11:25:10 +0200
commit9385a913125df07f5216322e0b18aec1c6883957 (patch)
tree88705e174bf9ba5626a3c9a80911a56e77294682 /core/ops.rs
parentcfb6067f9bc0900a7d7fc6c75f19930542ed679c (diff)
refactor(core): Move Deno.core bindings to ops (#14793)
Diffstat (limited to 'core/ops.rs')
-rw-r--r--core/ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ops.rs b/core/ops.rs
index b936fc726..a2833e811 100644
--- a/core/ops.rs
+++ b/core/ops.rs
@@ -108,7 +108,7 @@ impl OpResult {
}
}
-#[derive(Serialize)]
+#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct OpError {
#[serde(rename = "$err_class_name")]