Skip to content

Commit

Permalink
Fixes linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Jan 26, 2017
1 parent aeaedd3 commit 5e39a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.js
Expand Up @@ -392,11 +392,11 @@ module.exports.mapToWin8 = function(options) {
}

if (options.s === true) {
options.s = 'Notification.Default';
options.s = toasterDefaultSound;
}

if (options.s && options.s.indexOf(toasterSoundPrefix) !== 0) {
options.s = 'Notification.Default';
options.s = toasterDefaultSound;
}

if (options.wait) {
Expand Down

0 comments on commit 5e39a90

Please sign in to comment.