osx-brightness icon indicating copy to clipboard operation
osx-brightness copied to clipboard

.get() hangs if /usr/sbin/ isn't on $PATH

Open amaramth opened this issue 8 years ago • 0 comments

Fix: change var cmd = 'ioreg'; (https://github.com/gillstrom/osx-brightness/blob/d40f29b3356b8ce62115c88b2d2f6e105f1ff754/index.js#L28) to var cmd = '/usr/sbin/ioreg';

amaramth avatar Jun 27 '16 07:06 amaramth