From 5e32c5ea448563be91017d71bab060c8a6bd90fe Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 24 Jan 2020 15:10:49 -0500 Subject: s/PinnedBuf/ZeroCopyBuf (#3782) --- cli/ops/errors.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/ops/errors.rs') diff --git a/cli/ops/errors.rs b/cli/ops/errors.rs index 19a92c8e7..14edf9cee 100644 --- a/cli/ops/errors.rs +++ b/cli/ops/errors.rs @@ -27,7 +27,7 @@ struct FormatErrorArgs { fn op_format_error( state: &ThreadSafeState, args: Value, - _zero_copy: Option, + _zero_copy: Option, ) -> Result { let args: FormatErrorArgs = serde_json::from_value(args)?; let error = JSError::from_json(&args.error, &state.global_state.ts_compiler); @@ -47,7 +47,7 @@ struct ApplySourceMap { fn op_apply_source_map( state: &ThreadSafeState, args: Value, - _zero_copy: Option, + _zero_copy: Option, ) -> Result { let args: ApplySourceMap = serde_json::from_value(args)?; -- cgit v1.2.3