From 050f9fafef67df4b0ac048c716f93864067fda1c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 2 May 2020 15:50:09 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index ffcb761..0b8e997 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -249,8 +249,8 @@ namespace AyaNova.PlugIn.V8 progress.Op("Exporting objects"); //BIZ objects - //if (progress.KeepGoing) - // await ExportLocales(progress); + if (progress.KeepGoing) + await ExportLocales(progress); if (progress.KeepGoing) await ExportUsers(progress);