Address macos properly

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker
2021-07-07 11:01:45 +01:00
committed by GitHub
parent e07bfc1d6a
commit 3dd611b5d5

View File

@@ -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");
}