mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
bug
This commit is contained in:
@@ -13,7 +13,8 @@ class Gemfile extends Extension
|
||||
|
||||
startup: (@project) =>
|
||||
urls = @project.urls()
|
||||
{url} = _.detect urls, ({url}) -> /Gemfile/i.test url
|
||||
gemfile = _.detect urls, ({url}) -> /Gemfile/i.test url
|
||||
{url} = gemfile if gemfile
|
||||
|
||||
if url
|
||||
@project.settings.extraURLs[@project.url] = [
|
||||
|
||||
Reference in New Issue
Block a user