mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-02-03 18:29:07 +08:00
fix unity version error wording
This commit is contained in:
@@ -108,7 +108,7 @@ const Input = {
|
||||
if (packageMode) {
|
||||
if (unityVersion === 'auto') {
|
||||
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.',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user