fix process setup handlers (#2228)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user