mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-20 21:18:23 +00:00
Correct a comment
This commit is contained in:
@@ -31,7 +31,7 @@ public abstract class ExportCommandBase : TokenCommandBase
|
|||||||
public string OutputPath
|
public string OutputPath
|
||||||
{
|
{
|
||||||
get => _outputPath;
|
get => _outputPath;
|
||||||
// Handle ~/ in paths on *nix systems
|
// Handle ~/ in paths on Unix systems
|
||||||
// https://github.com/Tyrrrz/DiscordChatExporter/pull/903
|
// https://github.com/Tyrrrz/DiscordChatExporter/pull/903
|
||||||
init => _outputPath = Path.GetFullPath(value);
|
init => _outputPath = Path.GetFullPath(value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user