mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04: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