Skip to content

Commit b87c13e

Browse files
committed
Merge branch 'refs/heads/eclipse'
2 parents bb215ea + b4c5d02 commit b87c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DTAppController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ - (void)hotkeyPressed {
548548

549549
NSString *findPackagePathCmd = [NSString stringWithFormat:@""
550550
"find \"%@\" "
551-
" -maxdepth 3 "
551+
" -maxdepth 5 "
552552
" -type f "
553553
" -name .project "
554554
"| xargs -n10 grep \"<name>%@</name>\" "

0 commit comments

Comments
 (0)