mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Address macos properly
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
e07bfc1d6a
commit
3dd611b5d5
@ -58,7 +58,7 @@ async function copy(hakEnv, moduleInfo) {
|
||||
if (!hakEnv.isMac()) {
|
||||
console.error(
|
||||
"You asked me to copy multiple targets but I've only been taught " +
|
||||
"how to do that on a mac.",
|
||||
"how to do that on macOS.",
|
||||
);
|
||||
throw new Error("Can't copy multiple targets on this platform");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user