Skip to content

Commit

Permalink
Fix for eval option on bin/opal
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 26, 2013
1 parent 5dc4848 commit db85d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/opal
Expand Up @@ -6,7 +6,7 @@ options.parse!

require 'opal/cli'

if ARGV.empty?
if ARGV.empty? and !options.options[:evals]
p options
else
cli = Opal::CLI.new options.options.merge(:filename => ARGV.first)
Expand Down

0 comments on commit db85d65

Please sign in to comment.