mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -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:
@@ -465,7 +465,7 @@ export function getPinnedNotebooks(): IPinnedNotebook[] {
|
||||
});
|
||||
if (updateFormat) {
|
||||
//Need to modify the format of how pinnedNotebooks are stored for users that used the September release version.
|
||||
setPinnedBookPathsInConfig(pinnedBookDirectories);
|
||||
setPinnedBookPathsInConfig(pinnedBookDirectories).catch(err => console.error('Error setting pinned notebook paths in config ', err));
|
||||
}
|
||||
return pinnedBookDirectories;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user