From 6bf634b38fd7889754010865677b04872786943d Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 24 Aug 2019 00:41:07 +0900 Subject: [PATCH] add status to kernel_info reply --- lib/iruby/kernel.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/iruby/kernel.rb b/lib/iruby/kernel.rb index ecd0e6b..6fbc954 100644 --- a/lib/iruby/kernel.rb +++ b/lib/iruby/kernel.rb @@ -66,7 +66,8 @@ def kernel_info_request(msg) version: RUBY_VERSION, mimetype: 'application/x-ruby', file_extension: '.rb' - }) + }, + status: :ok) end def send_status(status)