Update src/logs.ts

Co-authored-by: Kedas <m@yarn.network>
Signed-off-by: IThundxr <harshdhaliwal9767@gmail.com>
This commit is contained in:
IThundxr 2022-10-19 06:30:43 -04:00 committed by GitHub
parent 1dd26cc9b8
commit 021b4b8eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ const macOSNSWindowAnalyzer: Analyzer = async (text) => {
) {
return [
'MacOS NSInternalInconsistencyException',
'You need to downgrade your Java 8 version. See https://prismlauncher.org//wiki/getting-started/installing-java/#older-minecraft-on-macos',
'You need to downgrade your Java 8 version. See https://prismlauncher.org/wiki/getting-started/installing-java/#older-minecraft-on-macos',
];
}
return null;