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 044c5dd Is JS missing safe navigation on GH?
044c5dd is described below
commit 044c5dd8d81aea2768a6c4cf84f2c111f51b9b1c
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 10:36:35 2022 +0000
Is JS missing safe navigation on GH?
---
www/board/agenda/Rakefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index d4a7721..69b27ed 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -57,6 +57,7 @@ file 'package-lock.json' => 'package.json' do
sh 'which -a npm || true'
sh 'npm install'
sh 'touch package-lock.json'
+ sh 'node -e "e=null;e?.x" || true' # is short-cut evalus supported?
sh 'npm list vue'
end