Skip to content

Commit

Permalink
Failure to save changes to the current file while the check is runnin…
Browse files Browse the repository at this point in the history
…g potentially fixed
  • Loading branch information
VioletGiraffe committed Mar 19, 2019
1 parent cd44984 commit ccda294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CPPCheckPlugin/CPPCheckPluginPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,8 @@ private void runSavedFileAnalysis(SourceFile file, Configuration currentConfig,
var configuredFiles = new ConfiguredFiles();
configuredFiles.Files = new List<SourceFile> { file };
configuredFiles.Configuration = currentConfig;

System.Threading.Thread.Sleep(750);
runAnalysis(new List<ConfiguredFiles> { configuredFiles }, outputPane, true);
}

Expand Down

0 comments on commit ccda294

Please sign in to comment.