chore: add missing space

This commit is contained in:
iGabyTM 2023-03-17 22:13:29 +02:00
parent 5613561959
commit 28b58babc1
No known key found for this signature in database
GPG Key ID: 4F14082F3710B7CE
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ public final class LocalExpansionManager implements Listener {
Msg.severe("Failed to load expansion %s (is a dependency missing?)", e, file.getName());
return null;
} catch (Exception e) {
throw new CompletionException(e.getMessage() + "(expansion file: " + file.getAbsolutePath() + ")", e);
throw new CompletionException(e.getMessage() + " (expansion file: " + file.getAbsolutePath() + ")", e);
}
});
}