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