mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Use relative require path
This commit is contained in:
@@ -36,5 +36,5 @@ module.exports =
|
||||
|
||||
createView: ->
|
||||
unless @commandLoggerView
|
||||
CommandLoggerView = require 'command-logger/lib/command-logger-view'
|
||||
CommandLoggerView = require './command-logger-view'
|
||||
@commandLoggerView = new CommandLoggerView
|
||||
|
||||
Reference in New Issue
Block a user