mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Improved Test output speed with large stdout line counts
This commit is contained in:
parent
49df1ffc59
commit
d5c336ffab
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace IDE
|
|||
public int mProjectInfoIdx = -1;
|
||||
public TestInstance mTestInstance ~ delete _;
|
||||
public List<ProjectInfo> mProjectInfos = new .() ~ DeleteContainerAndItems!(_);
|
||||
public List<String> mQueuedOutput = new .() ~ DeleteContainerAndItems!(_);
|
||||
public Queue<String> mQueuedOutput = new .() ~ DeleteContainerAndItems!(_);
|
||||
public Monitor mMonitor = new Monitor() ~ delete _;
|
||||
public String mPrevConfigName ~ delete _;
|
||||
public bool mDebug;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue