We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42425b commit 22c645dCopy full SHA for 22c645d
src/env.cc
@@ -1581,11 +1581,11 @@ void Environment::PrintInfoForSnapshotIfDebug() {
1581
if (enabled_debug_list()->enabled(DebugCategory::MKSNAPSHOT)) {
1582
fprintf(stderr, "At the exit of the Environment:\n");
1583
principal_realm()->PrintInfoForSnapshot();
1584
- fprintf(stderr, "\nNative modules without cache:\n");
+ fprintf(stderr, "\nBuiltins without cache:\n");
1585
for (const auto& s : builtins_without_cache) {
1586
fprintf(stderr, "%s\n", s.c_str());
1587
}
1588
- fprintf(stderr, "\nNative modules with cache:\n");
+ fprintf(stderr, "\nBuiltins with cache:\n");
1589
for (const auto& s : builtins_with_cache) {
1590
1591
0 commit comments