sindresorhus / dark-mode

Control the macOS dark mode from the command-line
MIT License
661 stars 28 forks source link

Fix unwrapping nil #15

Closed nicholaschiasson closed 5 years ago

nicholaschiasson commented 5 years ago

IssueHunt Summary IssueHunt has been backed by the following sponsors. [Become a sponsor](https://issuehunt.io/membership/members)
sindresorhus commented 5 years ago

There's no force-unwrapping there. Please explain your changes.

nicholaschiasson commented 5 years ago

Ah, sorry. I figured this would throw an error if a default value wasn't provided for the string comparison. Testing on repl.it proved otherwise. I'll close this.