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 29c47ad commit a2ac138Copy full SHA for a2ac138
swift/extractor/SwiftExtractor.cpp
@@ -46,7 +46,6 @@ static void archiveFile(const SwiftExtractorConfiguration& config, swift::Source
46
if (ec) {
47
std::cerr << "Cannot archive source file " << srcFilePath << " -> " << dstFilePath << ": "
48
<< ec.message() << "\n";
49
- std::abort();
50
}
51
52
0 commit comments