instance method
handle_package_not_found
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3 PrivateSignature
handle_package_not_found(packages, from)
No documentation comment.
Parameters
-
packagesreq -
fromreq
Source
# File lib/importmap/commands.rb, line 140
def handle_package_not_found(packages, from)
puts "Couldn't find any packages in #{packages.inspect} on #{from}"
end
Defined in lib/importmap/commands.rb line 140
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Commands