If several instances of isolate are started simultaneously, there's a slight race condition when making directories (e.g. /tmp/box, if it does not already exist).
When mkdir fails we check if the path exists and is a directory, and in that case we don't emit an error.
If several instances of isolate are started simultaneously, there's a slight race condition when making directories (e.g. /tmp/box, if it does not already exist).
When mkdir fails we check if the path exists and is a directory, and in that case we don't emit an error.