Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/opal
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit db85d65

Please sign in to comment.