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

Commit 179e2e0

Browse files
committed
Fix build error
1 parent 80be6a0 commit 179e2e0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/signed/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/signed/ServiceStack.Text.dll

9 KB
Binary file not shown.

tests/Console.Tests/MasterFailoverWithPassword.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void Execute()
2929
}
3030
catch (Exception ex)
3131
{
32-
Console.WriteLine($"Error {ex.Message}");
32+
Console.WriteLine("Error {0}".Fmt(ex.Message));
3333
}
3434
Thread.Sleep(3000);
3535
}

0 commit comments

Comments
 (0)