mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Provide access to un-joined argument list in Core::Launcher
This allows to re-use the variable in Linux-specific code
This commit is contained in:
@@ -430,7 +430,7 @@ void start(not_null<Core::Launcher*> launcher) {
|
||||
LOG(("Executable dir: %1, name: %2").arg(cExeDir(), cExeName()));
|
||||
LOG(("Initial working dir: %1").arg(initialWorkingDir));
|
||||
LOG(("Working dir: %1").arg(cWorkingDir()));
|
||||
LOG(("Command line: %1").arg(launcher->argumentsString()));
|
||||
LOG(("Command line: %1").arg(launcher->arguments().join(' ')));
|
||||
|
||||
if (!LogsData) {
|
||||
LOG(("FATAL: Could not open '%1' for writing log!"
|
||||
|
Reference in New Issue
Block a user