function _getPlatformPath()

in common/scripts/install-run.js [629:631]


function _getPlatformPath(platformPath) {
    return _isWindows() && platformPath.includes(' ') ? `"${platformPath}"` : platformPath;
}