We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4788d commit cf47cebCopy full SHA for cf47ceb
RemoteFile/RemoteHandlers/SSHHandler.cs
@@ -416,7 +416,7 @@ public override bool DoesFileExist(string path)
416
}
417
catch (Exception ex)
418
{
419
- _logger.LogError(RemoteFileException.FlattenExceptionMessages(ex, "Error checking existence of file {path} using SFTP"));
+ _logger.LogError(RemoteFileException.FlattenExceptionMessages(ex, $"Error checking existence of file {path} using SFTP"));
420
throw;
421
422
finally
0 commit comments