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