| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d8942f8 commit 619eb93
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -136,7 +136,7 @@ std::string CodeCacheBuilder::Generate(Local<Context> context) { | |||
| 136 | 136 | loader->GetCodeCache(id.c_str()); | |
| 137 | 137 | if (cached_data == nullptr) { | |
| 138 | 138 | // TODO(joyeecheung): display syntax errors | |
| 139 | - std::cerr << "Failed to complile " << id << "\n"; | ||
| 139 | + std::cerr << "Failed to compile " << id << "\n"; | ||
| 140 | 140 | } else { | |
| 141 | 141 | data.emplace(id, cached_data); | |
| 142 | 142 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments