You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo(startColor('yellowBright')+'WARNING: Folder '+stopColor()+startColor('redBright')+path.dirname(pathNormalize(chunk.chunkInfo.index))+stopColor()+startColor('yellowBright')+' does not exist - the patch is probably for older version');
456
+
return;
457
+
}
458
+
}
443
459
echo(startColor('yellowBright')+'WARNING: '+stopColor()+'Chunk failed - '+startColor('redBright')+' either already applied or for different version'+stopColor());
0 commit comments