diff --git a/refEmulate b/refEmulate index 8bf2152918c364a426720e97b2a59a03f8f60e77..745b8a6edc18e2a5f5b9a4a5dce841ac3a6d1b5c 100755 --- a/refEmulate +++ b/refEmulate @@ -84,6 +84,8 @@ files.each do |file_path| unless $options[:assemble_only] then puts "-- Emulation Output:" puts json['emulator_out'] + puts "---------------------------------------------------------------" + puts "The exit code is: #{exit_code}." puts "" end end