- Added TODO where fix is needed
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-08 22:18:50 +02:00
parent b9d77b3a21
commit caffd5f041
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public class Event
/* On error */
else if(status == -1)
{
// TODO: Here we need to check for errno (Weekend fix)
throw new SnoozeError("Error selecting pipe fd '"~to!(string)(readFD)~"' when trying to wait()");
}
/* On success */