File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export default class LocalTree implements IResource {
122122 try {
123123 await this . queue . add ( ( ) => browser . bookmarks . remove ( bookmarkId ) )
124124 } catch ( e ) {
125- throw new Error ( 'Could not remove ' + bookmark . inspect ( ) + ': ' + e . message )
125+ Logger . log ( 'Could not remove ' + bookmark . inspect ( ) + ': ' + e . message + '\n Moving on' )
126126 }
127127 }
128128
@@ -178,7 +178,7 @@ export default class LocalTree implements IResource {
178178 try {
179179 await this . queue . add ( ( ) => browser . bookmarks . removeTree ( id ) )
180180 } catch ( e ) {
181- throw new Error ( 'Could not remove ' + folder . inspect ( ) + ': ' + e . message )
181+ Logger . log ( 'Could not remove ' + folder . inspect ( ) + ': ' + e . message + '\n Moving on.' )
182182 }
183183 }
184184
You can’t perform that action at this time.
0 commit comments