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
commit dee30b73b5637f33806d8369cf9c5e9e528635fd Author: Sam Ruby <[email protected]> AuthorDate: Sun Jan 21 18:05:14 2018 -0500 enable es2015 and strict mode --- www/secretary/workbench/server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/www/secretary/workbench/server.rb b/www/secretary/workbench/server.rb index b55d1ba..34feb99 100644 --- a/www/secretary/workbench/server.rb +++ b/www/secretary/workbench/server.rb @@ -5,6 +5,7 @@ require 'wunderbar/sinatra' require 'wunderbar/bootstrap' require 'wunderbar/vue' +require 'ruby2js/es2017/strict' require 'ruby2js/filter/functions' require 'ruby2js/filter/require' require 'erb' -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
