Allow node environment for js/logging.js

This commit is contained in:
Daniel Gasienica 2018-03-05 16:05:43 -05:00
parent d4c9422a99
commit 7db44e35bd

View file

@ -1,3 +1,5 @@
/* eslint-env node */
const electron = require('electron');
const bunyan = require('bunyan');
const _ = require('lodash');