Skip to content

Commit

Permalink
fix: Various improvements to the Observations screen (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Jul 17, 2020
1 parent d101034 commit a77019b
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 108 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function beforeQuit () {
logger.debug('IPC closed')

worker.cleanup((err) => {
if (err) logger.error('Failed to clean up a child process', err)
if (err) !isDev ? logger.error('Failed to clean up a child process', err) : logger.debug('Nothing to clean up')
logger.debug('Successfully removed any stale processes')

closeClosingWindow()
Expand Down
Loading

0 comments on commit a77019b

Please sign in to comment.