Skip to content

Commit

Permalink
Merge pull request #11 from AdobeXD/pklaschka-linux
Browse files Browse the repository at this point in the history
Update platform.js
  • Loading branch information
dkstevekwak authored Apr 25, 2019
2 parents 27c7909 + 02352b3 commit 85ab1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ switch(process.platform) {
}

if (!platform) {
throw new Error("Unsupported platform; run on macOS or Windows.");
console.warn("Unsupported platform, commands might not work as expected; Run on macOS or Windows.")
}

module.exports = platform;
module.exports = platform;

0 comments on commit 85ab1d4

Please sign in to comment.