mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Correct a comment
This commit is contained in:
parent
07b72b9023
commit
57e2dc9313
|
|
@ -31,7 +31,7 @@ public abstract class ExportCommandBase : TokenCommandBase
|
|||
public string OutputPath
|
||||
{
|
||||
get => _outputPath;
|
||||
// Handle ~/ in paths on *nix systems
|
||||
// Handle ~/ in paths on Unix systems
|
||||
// https://github.com/Tyrrrz/DiscordChatExporter/pull/903
|
||||
init => _outputPath = Path.GetFullPath(value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue