mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 08:27:44 +01:00
Fix visible debug print
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Flowframes
|
||||
CreateNoWindow = true,
|
||||
};
|
||||
|
||||
Logger.Log($"{startInfo.FileName} {startInfo.Arguments}");
|
||||
Logger.Log($"{startInfo.FileName} {startInfo.Arguments}", hidden: true);
|
||||
|
||||
using (Process process = new Process { StartInfo = startInfo })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user