mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-02 03:22:41 +08:00
Improve C# Console, key navigation on AutoCompleter
This commit is contained in:
@ -80,7 +80,7 @@ namespace UnityExplorer.UI.Panels
|
||||
|
||||
CurrentStreamPath = Path.Combine(path, fileName);
|
||||
|
||||
File.WriteAllLines(CurrentStreamPath, Logs.Select(it => it.message));
|
||||
File.WriteAllLines(CurrentStreamPath, Logs.Select(it => it.message).ToArray());
|
||||
}
|
||||
|
||||
// Logging
|
||||
|
Reference in New Issue
Block a user