rendered in red warning

This commit is contained in:
Hiroki Noda 2021-08-26 22:34:51 +09:00
parent 1aad510fb3
commit e1bb58a742

View file

@ -2159,8 +2159,11 @@ struct Config
/**
A function that is called before `exec` in $(LREF spawnProcess).
It returns `true` if succeeded and otherwise returns `false`.
Please note that the code in this function must only use
async-signal-safe functions.
$(RED Warning:
Please note that the code in this function must only use
async-signal-safe functions.)
On Windows, this member is not available.
*/
bool function() nothrow @nogc @safe preExecFunction;