Skip to content

Commit 6ff04ee

Browse files
committed
fix
1 parent a43b9fe commit 6ff04ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node_binding/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use derive_more::Debug;
2-
use napi::bindgen_prelude::ToNapiValue;
2+
use napi::{bindgen_prelude::ToNapiValue, JsValue};
33
use napi_derive::napi;
44
use rspack_core::{diagnostics::ModuleNotFoundError, ModuleIdentifier};
55
use rspack_error::{

0 commit comments

Comments
 (0)