summaryrefslogtreecommitdiff
path: root/ext/node/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/errors.rs')
-rw-r--r--ext/node/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/errors.rs b/ext/node/errors.rs
index f34707c66..27c4024bc 100644
--- a/ext/node/errors.rs
+++ b/ext/node/errors.rs
@@ -54,7 +54,7 @@ pub fn err_module_not_found(path: &str, base: &str, typ: &str) -> AnyError {
pub fn err_invalid_package_target(
pkg_path: &str,
key: &str,
- target: String,
+ target: &str,
is_import: bool,
maybe_referrer: Option<String>,
) -> AnyError {