We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03385ac + f90c534 commit c03fe70Copy full SHA for c03fe70
1 file changed
csharp/extractor/Semmle.Extraction/TrapWriter.cs
@@ -223,7 +223,7 @@ private void ArchiveContents(PathTransformer.ITransformedPath transformedPath, s
223
{
224
FileUtils.MoveOrReplace(tmpSrcFile, dest);
225
}
226
- catch (IOException ex)
+ catch (Exception ex)
227
228
// If this happened, it was probably because the same file was compiled multiple times.
229
// In any case, this is not a fatal error.
0 commit comments