mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore(core): fix a warning (#19072)
This commit is contained in:
parent
29aa988476
commit
b07535cd2e
1 changed files with 1 additions and 0 deletions
|
@ -1093,6 +1093,7 @@ impl ModuleMap {
|
|||
output
|
||||
}
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
pub(crate) fn assert_all_modules_evaluated(
|
||||
&self,
|
||||
scope: &mut v8::HandleScope,
|
||||
|
|
Loading…
Reference in a new issue