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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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