cancel operation

This commit is contained in:
Антон 2024-04-06 08:42:07 +03:00
parent b96e9e885f
commit 4c0d119fbd
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ int main()
}
catch (const sys::system_error& err)
{
cout << "Error!" << err.what() << endl;
}
}