1
0
Fork 0
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:
Bartek Iwańczuk 2023-05-10 17:48:17 +02:00 committed by GitHub
parent 29aa988476
commit b07535cd2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1093,6 +1093,7 @@ impl ModuleMap {
output
}
#[cfg(debug_assertions)]
pub(crate) fn assert_all_modules_evaluated(
&self,
scope: &mut v8::HandleScope,