File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
jupytergis_core/src/jgisplugin Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- import { ICollaborativeContentProvider } from '@jupyter/collaborative-drive' ;
1+ import { ICollaborativeContentProvider } from '@jupyter/collaborative-drive' ;
22import { CommandIDs , logoIcon , logoMiniIcon } from '@jupytergis/base' ;
33import {
44 IAnnotationModel ,
Original file line number Diff line number Diff line change @@ -262,9 +262,11 @@ const activate = async (
262262
263263 // Check if the file exists
264264 let fileExist = true ;
265- await app . serviceManager . contents . get ( absolutePath , { content : false } ) . catch ( ( ) => {
266- fileExist = false ;
267- } ) ;
265+ await app . serviceManager . contents
266+ . get ( absolutePath , { content : false } )
267+ . catch ( ( ) => {
268+ fileExist = false ;
269+ } ) ;
268270 if ( fileExist ) {
269271 const overwrite = await showDialog ( {
270272 title : 'Export the project to QGZ file' ,
You can’t perform that action at this time.
0 commit comments