Skip to content

Commit

Permalink
tolist
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Mar 24, 2020
1 parent 5784bf7 commit e30ccf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ public CompositeFileDefinition WritePathToStream(ClientDependencyType type, stri

//all config based extensions and all extensions registered by file writers
var fileBasedExtensions = ClientDependencySettings.Instance.FileBasedDependencyExtensionList
.Union(FileWriters.GetRegisteredExtensions());
.Union(FileWriters.GetRegisteredExtensions())
.ToList();

try
{
Expand Down

0 comments on commit e30ccf1

Please sign in to comment.