| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 712a15d commit fca56a4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,5 @@ | |||
| 1 | 1 | #include "builtin_info.h" | |
| 2 | + #include <cstdlib> | ||
| 2 | 3 | ||
| 3 | 4 | namespace node { | |
| 4 | 5 | namespace builtins { | |
@@ -41,7 +42,7 @@ std::string GetBuiltinSourceTypeName(BuiltinSourceType type) { | |||
| 41 | 42 | case BuiltinSourceType::kSourceTextModule: | |
| 42 | 43 | return "kSourceTextModule"; | |
| 43 | 44 | } | |
| 44 | - abort(); | ||
| 45 | + std::abort(); | ||
| 45 | 46 | } | |
| 46 | 47 | ||
| 47 | 48 | } // namespace builtins | |
| Back | FazBrowse Home | New Git URL |
0 commit comments