Skip to content

Commit

Permalink
puts script result
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Apr 24, 2012
1 parent f49b1e3 commit 9fdaca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/capy.rb
Expand Up @@ -38,7 +38,8 @@ def run(args)
return 1
end
puts "Running: #{script_file} ..."
evaluater.eval_script File.read(script_file), mode
result = evaluater.eval_script File.read(script_file), mode
puts "=> #{result.inspect}".cyan
start_shell evaluater if opts.stop?
end
end
Expand Down

0 comments on commit 9fdaca6

Please sign in to comment.