Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet committed Jan 3, 2017
1 parent 72e3249 commit 1290b7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/language_pack/helpers/yarn_wrapper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'json'
require 'open-uri'
require 'uri'

class LanguagePack::Helpers::YarnWrapper
include LanguagePack::ShellHelpers
Expand Down Expand Up @@ -113,4 +114,8 @@ def instrument title
yield
end

def open uri
super(URI.escape(uri))
end

end

0 comments on commit 1290b7b

Please sign in to comment.