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

rubys 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 f1825c4  see if sending the error to STDERR helps
f1825c4 is described below

commit f1825c4a4e4cdeae58e0c2ea6228a22227b3b22b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Mar 29 11:19:07 2022 -0400

    see if sending the error to STDERR helps
---
 www/board/agenda/spec/vue_server.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/vue_server.rb 
b/www/board/agenda/spec/vue_server.rb
index b5a28ab..97bc2ef 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -133,7 +133,7 @@ class VueServer
       end
 
       request.on 'error' do |error|
-        console.log "VueServer error: #{error.message}"
+        console.error "VueServer error: #{error.message}"
       end
 
       request.on 'end' do

Reply via email to