Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalogarciajaubert committed Jan 30, 2022
1 parent 84b0c94 commit 8c4f2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/utils/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ if (process.env.NODE_ENV === 'production' || typeof process.env.DEBUG === 'undef
}

export const debugEnabled = () => {
return (global.DEBUG === 'PLASMIDO')
return global.DEBUG === 'PLASMIDO'
}

0 comments on commit 8c4f2ff

Please sign in to comment.