From 68099acbc6d816170ac60d33e4cd730d88dad5de Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 15 Sep 2020 10:24:13 -0400 Subject: Don't expose ErrWithV8Handle from deno_core --- core/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/error.rs') diff --git a/core/error.rs b/core/error.rs index 198f7baee..bb23a10d1 100644 --- a/core/error.rs +++ b/core/error.rs @@ -381,7 +381,7 @@ pub(crate) fn attach_handle_to_error( // TODO(piscisaureus): rusty_v8 should implement the Error trait on // values of type v8::Global. -pub struct ErrWithV8Handle { +pub(crate) struct ErrWithV8Handle { err: AnyError, handle: v8::Global, } -- cgit v1.2.3