mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Log when attempting to open non-session URL
This commit is contained in:
@@ -255,6 +255,8 @@ class AtomApplication
|
||||
if sessionId
|
||||
bootstrapScript = 'collaboration/lib/bootstrap'
|
||||
new AtomWindow({bootstrapScript, @resourcePath, sessionId})
|
||||
else
|
||||
console.log "Opening unknown url #{urlToOpen}"
|
||||
|
||||
openConfig: ->
|
||||
if @configWindow
|
||||
|
||||
Reference in New Issue
Block a user