You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/app
Scott Nonnenberg fb674529f4 Override console.log in main process, handle non-strings (#1536)
This should allow us to get an insight into auto-update behavior and
other low-level behaviors happening in the Electron process which would
be useful for debugging.

FREEBIE
8 years ago
..
auto_update.js Fix auto-update dialog now that locale-loading has been changed 8 years ago
config.js Refactor configuration out into reusable files 8 years ago
locale.js Ensure locale is 'en' when NODE_ENV=test (#1527) 8 years ago
logging.js Override console.log in main process, handle non-strings (#1536) 8 years ago
menu.js Add View -> Debug Log to menu bar 8 years ago
user_config.js Move logging to disk via bunyan 8 years ago
window_state.js