diff options
Diffstat (limited to 'core/isolate.rs')
-rw-r--r-- | core/isolate.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/isolate.rs b/core/isolate.rs index 5617caa86..f734f687c 100644 --- a/core/isolate.rs +++ b/core/isolate.rs @@ -440,6 +440,8 @@ impl Isolate { isolate.exit(); } + // TODO(bartlomieju): `error_handler` should be removed + #[allow(dead_code)] pub fn set_error_handler(&mut self, handler: Box<IsolateErrorHandleFn>) { self.error_handler = Some(handler); } |