fix process setup handlers (#2228)

This commit is contained in:
Arkadiy
2022-02-09 08:37:06 +01:00
committed by GitHub
parent cdf8a43b28
commit 34f5d9d5b1
+1 -1
View File
@@ -564,7 +564,7 @@ define('view-helper', ['lib!marked', 'lib!dompurify'], function (marked, DOMPuri
if (result && Object.prototype.toString.call(result) === '[object Promise]') {
result.then(function () {
resove();
resolve();
});
return;