fix: broken UI and windows on macOS Sonoma (#6016)

This commit is contained in:
Cœur 2023-09-26 04:48:23 +02:00 committed by Charles Kerr
parent 89cfd0ceb9
commit 172418e3b6
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ static NSString* const kWebUIURLFormat = @"http://localhost:%ld/";
case PORT_STATUS_CHECKING:
break;
default:
NSAssert(NO, @"Port checker returned invalid status: %d", self.fPortChecker.status);
NSAssert(NO, @"Port checker returned invalid status: %lu", self.fPortChecker.status);
break;
}
self.fPortChecker = nil;