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.
2 parents d345cec + a2ac138 commit 545c2f6Copy full SHA for 545c2f6
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