From e81030d9e325672775661e89af855e85718c7813 Mon Sep 17 00:00:00 2001 From: shweet Date: Wed, 17 Dec 2025 23:58:31 -0500 Subject: [PATCH] mgggggggggggh --- src/render.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/render.cpp b/src/render.cpp index 8b55a34..845c17e 100644 --- a/src/render.cpp +++ b/src/render.cpp @@ -108,8 +108,8 @@ namespace anm2ed command += " 2>&1"; #if _WIN32 - command = "powershell -Command \"& " + command + "\""; - command += " | Tee-Object -FilePath " + string::quote(loggerPathString) + " -Append"; + command = "powershell -Command \"& { " + command + " | Tee-Object -FilePath " + string::quote(loggerPathString) + + " -Append }\""; #else command += " | tee -a " + string::quote(loggerPathString); #endif