This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c50b036 Why no Wunderbar output?
5c50b036 is described below

commit 5c50b03659287fef49c70c0b907a594d3e3e01e3
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 28 18:20:42 2023 +0100

    Why no Wunderbar output?
---
 www/roster/main.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 23a669c0..da1d95bf 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -457,8 +457,10 @@ get '/env' do
         size: source && File.size(source),
       }
     },
+    line: __LINE__ # temp
   }
 
+  $stderr.puts "Stderr" # debug
   JSON.pretty_generate(env: env, ENV: ENV.to_h, asset: asset)
 end
 

Reply via email to