return undefined;
}
// Typed as `boolean` (not the `false` literal) so the Windows branches below
// are not flagged as unreachable by control-flow narrowing.
if (platform === 'win32' && !WINDOWS_SANDBOX_SUPPORTED) {
return undefined;