Skip to content

Commit

Permalink
Fixed an issue where cached module information was being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 25, 2016
1 parent 2de79a2 commit ba63a60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Source/Extras/Extensions/ToErrorModelExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ private static ModuleCollection GetLoadedModules(IExceptionlessLog log, bool inc
}

var module = assembly.ToModuleInfo();
if (module.ModuleId > 0)
continue;

module.ModuleId = id;
modules.Add(module);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Exceptionless.Logging;
using Exceptionless.Models;
using Exceptionless.Models.Data;
using Exceptionless.Plugins;
using Exceptionless.Storage;

namespace Exceptionless {
Expand Down

0 comments on commit ba63a60

Please sign in to comment.