mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Add explicit return after while loop
This commit is contained in:
@@ -449,6 +449,7 @@ class Package
|
||||
@activateNow()
|
||||
break
|
||||
currentTarget = currentTarget.parentElement
|
||||
return
|
||||
return
|
||||
|
||||
getActivationCommands: ->
|
||||
|
||||
Reference in New Issue
Block a user