diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-10 17:48:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 15:48:17 +0000 |
commit | b07535cd2e9c32c778118d195534f90435ff8b95 (patch) | |
tree | 0f886c2435b78919c45d4603dff40fc9db180125 | |
parent | 29aa988476ee968ea00f9c026ae276d72c316476 (diff) |
chore(core): fix a warning (#19072)
-rw-r--r-- | core/modules.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules.rs b/core/modules.rs index d1e871ba9..2acc14684 100644 --- a/core/modules.rs +++ b/core/modules.rs @@ -1093,6 +1093,7 @@ impl ModuleMap { output } + #[cfg(debug_assertions)] pub(crate) fn assert_all_modules_evaluated( &self, scope: &mut v8::HandleScope, |