mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Log the session being joined from the browser process
This commit is contained in:
@@ -251,6 +251,7 @@ class AtomApplication
|
||||
parsedUrl = url.parse(urlToOpen)
|
||||
if parsedUrl.host is 'session'
|
||||
sessionId = parsedUrl.path.split('/')[1]
|
||||
console.log "Joining session #{sessionId}"
|
||||
if sessionId
|
||||
bootstrapScript = 'collaboration/lib/bootstrap'
|
||||
new AtomWindow({bootstrapScript, @resourcePath, sessionId})
|
||||
|
||||
Reference in New Issue
Block a user