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
For example,
If there is no -o (output) argument in rubydown command line, rubydown prints this error.
This is difficult to understand.
We need to add option arguments checking code.
rubydown -i /usr/local/bundle/gems/rubydown-0.1.0/examples/data_science.md -e /usr/local/bundle/gems/r
ubydown-0.1.0/templates/template.html.erb /data/a/Desktop/hoge.html
Traceback (most recent call last):
4: from /usr/local/bundle/bin/rubydown:23:in `<main>'
3: from /usr/local/bundle/bin/rubydown:23:in `load'
2: from /usr/local/bundle/gems/rubydown-0.1.0/exe/rubydown:100:in `<top (required)>'
1: from /usr/local/bundle/gems/rubydown-0.1.0/exe/rubydown:96:in `main'
/usr/local/bundle/gems/rubydown-0.1.0/exe/rubydown:96:in `write': no implicit conversion of nil into String (TypeError)
The text was updated successfully, but these errors were encountered:
For example,
If there is no -o (output) argument in rubydown command line, rubydown prints this error.
This is difficult to understand.
We need to add option arguments checking code.
The text was updated successfully, but these errors were encountered: