fix unity version error wording

pull/164/head
Aaron Trudeau 2022-06-30 16:37:23 -04:00
parent bd60170f3f
commit 9d2f6b8273
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const Input = {
if (packageMode) { if (packageMode) {
if (unityVersion === 'auto') { if (unityVersion === 'auto') {
throw new Error( throw new Error(
'Package mode is enabled, but unityVersion is set to "auto". Please manually set the unityVersion.', 'Package Mode is enabled, but unityVersion is set to "auto". unityVersion must manually be set in Package Mode.',
); );
} }