mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Always return created view
This commit is contained in:
@@ -35,6 +35,7 @@ module.exports =
|
||||
{@eventLog}
|
||||
|
||||
createView: ->
|
||||
unless @commandLoggerView
|
||||
unless @commandLoggerView?
|
||||
CommandLoggerView = require './command-logger-view'
|
||||
@commandLoggerView = new CommandLoggerView
|
||||
@commandLoggerView
|
||||
|
||||
Reference in New Issue
Block a user