mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-25 14:17:13 +00:00
Post-merge fixes.
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ void UCI::loop(int argc, char* argv[]) {
|
||||
else if (token == "tasktest")
|
||||
{
|
||||
Threads.execute_with_workers([](auto& th) {
|
||||
std::cout << th.thread_idx() << '\n';
|
||||
std::cout << th.id() << '\n';
|
||||
});
|
||||
}
|
||||
else if (!token.empty() && token[0] != '#')
|
||||
|
||||
Reference in New Issue
Block a user