mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 21:41:23 +00:00
Fix a failing CLI test
This commit is contained in:
@ -1982,7 +1982,8 @@ impl<'a> Context<'a> {
|
||||
if !self.config.mode.nodejs() && !self.config.mode.bundler() {
|
||||
bail!(
|
||||
"NPM dependencies have been specified in `{}` but \
|
||||
this is only compatible with the `bundler` and `nodejs` targets"
|
||||
this is only compatible with the `bundler` and `nodejs` targets",
|
||||
path.display(),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user