Skip to content

Commit 9b05351

Browse files
committed
fix(files):Update openLocallyAction.ts
Signed-off-by: dsyzov <sizovdmitrij@gmail.com>
1 parent b2463b9 commit 9b05351

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/files/src/actions/openLocallyAction.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ async function confirmLocalEditDialog(): Promise<'online'|'local'|false> {
109109
},
110110
])
111111
.build()
112-
112+
113113
try {
114114
await dialog.show()
115115
} catch (error) {
116-
logger.debug('"Open locally" dialog closed')
116+
logger.debug('Open locally dialog closed', { error })
117117
}
118-
118+
119119
return result
120120
}

0 commit comments

Comments
 (0)