Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Watcher Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ic3w0lf22 committed Nov 18, 2022
1 parent ace9b9e commit 8b5a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RBX Alt Manager/Classes/RobloxProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private void WaitForLogPath()
StreamReader reader = HandleProc.StandardOutput;
string output = reader.ReadToEnd();

Match LogMatch = Regex.Match(output, @"\w+: File\s+(\w+:.+\\logs\\)([\d+.]+_\w+_Player_\w+_last.log)");
Match LogMatch = Regex.Match(output, @"\w+: File.+(\w+:.+\\logs\\)([\d+.]+_\w+_Player_\w+_last.log)");

if (LogMatch.Success && LogMatch.Groups.Count == 3)
{
Expand Down

0 comments on commit 8b5a25c

Please sign in to comment.