There was an error while loading. Please reload this page.
1 parent cc4a84c commit 4cc9616Copy full SHA for 4cc9616
1 file changed
src/viewer.js
@@ -34,7 +34,9 @@ if (typeof OCA.Viewer === 'undefined') {
34
if (editors instanceof Set) {
35
for (const editor of editors) {
36
if (editor?.fileId === fileInfo.fileid && editor?.dirty) {
37
- logger.debug('Saving file before download', { fileId: fileInfo.fileid })
+ logger.debug('Saving file before download', {
38
+ fileId: fileInfo.fileid,
39
+ })
40
await editor.save()
41
return
42
}
0 commit comments