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 fc3a5ad commit e0385d8Copy full SHA for e0385d8
src/commands/start.ts
@@ -81,7 +81,8 @@ class HttpToolkitServer extends Command {
81
if (serverPaths.some((filename) =>
82
!semver.valid(filename.replace(/\.partial\.\d+$/, '')) &&
83
filename !== 'bin' &&
84
- filename !== 'current'
+ filename !== 'current' &&
85
+ filename !== '.DS_Store' // Meaningless Mac folder metadata
86
)) {
87
console.log(serverPaths);
88
reportError(
0 commit comments