Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Rename "er" as "err"
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbundy committed Jan 22, 2019
1 parent bb6ea77 commit 8574735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-window.js
Expand Up @@ -16,7 +16,7 @@ var requireStyle = require('require-style')

try {
var mouseForwardBack = require('mouse-forward-back')
} catch (er) {
} catch (err) {
mouseForwardBack = false
}

Expand Down

0 comments on commit 8574735

Please sign in to comment.