From 4c65332e55aa33b25b99d110ebeb5e2edcec48ec Mon Sep 17 00:00:00 2001 From: Kevin Sawicki & Nathan Sobo Date: Thu, 25 Jul 2013 19:04:16 -0700 Subject: [PATCH] Log when attempting to open non-session URL --- src/atom-application.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 96bc30b6d..653e28687 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -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