We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39fa36 commit a9094a2Copy full SHA for a9094a2
2 files changed
PSql.Deploy.Engine/Migrations/MigrationApplicator.cs
@@ -473,6 +473,7 @@ private async ValueTask CloseLogAsync()
473
/// </param>
474
public void Log(string text)
475
{
476
+ // TODO: Consider making this async
477
Assume.NotNull(_logWriter);
478
479
_logWriter.WriteLine(text);
PSql.Deploy.Engine/Seeds/SeedApplicator.cs
@@ -515,6 +515,7 @@ private async ValueTask CloseLogAsync()
515
516
517
518
519
520
521
0 commit comments