Rename Errors to GlobalErrors for clarity

This commit is contained in:
Daniel Gasienica 2018-03-06 12:10:35 -05:00
parent 2575196617
commit 3dffdc3f0b
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@ const addUnhandledErrorHandler = require('electron-unhandled');
const Errors = require('./types/errors');
// addGlobalHandler :: Unit -> Unit
exports.addGlobalHandler = () => {
// addHandler :: Unit -> Unit
exports.addHandler = () => {
addUnhandledErrorHandler({
logger: (error) => {
console.error(