Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 0eee71f

Browse files
committed
Fix build break
1 parent 9baa62c commit 0eee71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.Extensions.Logging.Test/ConsoleLoggerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ public IDisposable OnChange(Action<ConsoleLoggerOptions, string> listener)
972972
public void Set(ConsoleLoggerOptions options)
973973
{
974974
_options = options;
975-
_onChange?.Invoke(options);
975+
_onChange?.Invoke(options, "");
976976
}
977977
}
978978
}

0 commit comments

Comments
 (0)