From 3dea48f1d9cc232cdf0e9437d1ce24352cd89c05 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 7 Sep 2018 00:19:23 +0200 Subject: [PATCH] Resetting miniracer context results in segfault --- lib/i18n/locale_file_checker.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/i18n/locale_file_checker.rb b/lib/i18n/locale_file_checker.rb index 4d47c06af4c..b9aa206bb04 100644 --- a/lib/i18n/locale_file_checker.rb +++ b/lib/i18n/locale_file_checker.rb @@ -128,8 +128,6 @@ class LocaleFileChecker add_error(keys, TYPE_INVALID_MESSAGE_FORMAT, error_message, pluralized: false) end end - - JsLocaleHelper.reset_context end def reference_value(keys)