We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77a824 commit 0963a7eCopy full SHA for 0963a7e
src/index.ts
@@ -280,7 +280,8 @@ if (!amMainInstance) {
280
if (serverPaths.some((filename) =>
281
!semver.valid(filename.replace(/\.partial\.\d+$/, '')) &&
282
filename !== 'bin' &&
283
- filename !== 'current'
+ filename !== 'current' &&
284
+ filename !== '.DS_Store' // Meaningless Mac folder metadata
285
)) {
286
// If the folder contains something other than the expected version folders, be careful.
287
console.log(serverPaths);
0 commit comments