aboutsummaryrefslogtreecommitdiff
path: root/ext/js/templates/template-renderer-proxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/templates/template-renderer-proxy.js')
-rw-r--r--ext/js/templates/template-renderer-proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/templates/template-renderer-proxy.js b/ext/js/templates/template-renderer-proxy.js
index c1f5a5bf..a109f277 100644
--- a/ext/js/templates/template-renderer-proxy.js
+++ b/ext/js/templates/template-renderer-proxy.js
@@ -179,7 +179,7 @@ export class TemplateRendererProxy {
cancel: () => {
cleanup();
reject(new Error('Terminated'));
- }
+ },
};
const cleanup = () => {