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