mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
Tweaked error message to better align with others
This commit is contained in:
parent
baebb4e594
commit
6972e71bc3
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ export function createPlatformUploader(platform: PlatformType, options: KnownPla
|
||||||
return new GitHubUploader(options);
|
return new GitHubUploader(options);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new Error(`Unknown platform "${PlatformType.format(platform)}."`);
|
throw new Error(`Unknown platform '${PlatformType.format(platform)}'`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue