We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2463b9 commit 9b05351Copy full SHA for 9b05351
1 file changed
apps/files/src/actions/openLocallyAction.ts
@@ -109,12 +109,12 @@ async function confirmLocalEditDialog(): Promise<'online'|'local'|false> {
109
},
110
])
111
.build()
112
-
+
113
try {
114
await dialog.show()
115
} catch (error) {
116
- logger.debug('"Open locally" dialog closed')
+ logger.debug('Open locally dialog closed', { error })
117
}
118
119
return result
120
0 commit comments