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 f11a4ec commit 3322686Copy full SHA for 3322686
tools/code_cache/cache_builder.cc
@@ -136,7 +136,7 @@ std::string CodeCacheBuilder::Generate(Local<Context> context) {
136
loader->GetCodeCache(id.c_str());
137
if (cached_data == nullptr) {
138
// TODO(joyeecheung): display syntax errors
139
- std::cerr << "Failed to complile " << id << "\n";
+ std::cerr << "Failed to compile " << id << "\n";
140
} else {
141
data.emplace(id, cached_data);
142
}
0 commit comments