mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix rest of notebook unhandled promises (#16933)
* Fix rest of notebook unhandled promises * add rule * fix some tests
This commit is contained in:
@@ -346,7 +346,7 @@ export class BookTocManager implements IBookTocManager {
|
||||
const movedSections = await this.traverseSections(files);
|
||||
this.newSection.sections = movedSections;
|
||||
this._modifiedDirectory.add(path.dirname(section.book.contentPath));
|
||||
this.cleanUp(path.dirname(section.book.contentPath));
|
||||
await this.cleanUp(path.dirname(section.book.contentPath));
|
||||
}
|
||||
|
||||
if (bookItem.book.version === BookVersion.v1) {
|
||||
|
||||
Reference in New Issue
Block a user