You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line require 'kramdown/converter/backlog' causes the script to fail with this error:
C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- kramdown/converter/backlog (LoadError)
from C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
`require'
from convert.rb:6:in `<main>'
If you change require to require_relative, then the script works again.
The text was updated successfully, but these errors were encountered:
The line
require 'kramdown/converter/backlog'
causes the script to fail with this error:If you change
require
torequire_relative
, then the script works again.The text was updated successfully, but these errors were encountered: