File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5200,7 +5200,7 @@ int main (int argc, char* argv[]) {
52005200 fs::copy (
52015201 SOCKET_HOME_API,
52025202 pathResources / " socket" ,
5203- fs::copy_options::update_existing | fs::copy_options::recursive | fs::copy_options::copy_symlinks
5203+ fs::copy_options::update_existing | fs::copy_options::recursive
52045204 );
52055205
52065206 // XXX(@jwerle): 'node_modules/' sometimes can be found in the
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ namespace ssc::runtime::core::services {
314314 });
315315 }
316316
317- debug (" added client: %lu" , client->id );
317+ // debug("added client: %lu", client->id);
318318 this ->clients .emplace (client->id , client);
319319
320320 // std::cout << "added client " << this->clients.size() << std::endl;
You can’t perform that action at this time.
0 commit comments