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 9d3705c Is the server using different code on GH?
9d3705c is described below
commit 9d3705c688a4f3105492d0fcce4169aca23da0ce
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 10:49:24 2022 +0000
Is the server using different code on GH?
---
www/board/agenda/spec/vue_server.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/spec/vue_server.rb
b/www/board/agenda/spec/vue_server.rb
index 2402354..b5a28ab 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -27,6 +27,7 @@ class VueServer
# spawn a server process
nodejs = (`which nodejs`.empty? ? 'node' : 'nodejs')
+ puts "Vue server is using: '#{nodejs}'"
@@pid = spawn(nodejs, '-e',
Ruby2JS.convert(@@server, {ivars: {:@port => @@port}}))