2
0
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:
Ilya Fedin
2023-06-13 06:03:19 +04:00
committed by John Preston
parent a7bd097b2f
commit af00247362
5 changed files with 9 additions and 13 deletions

View File

@@ -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!"