mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
Fix some unhandled promise lint errors (#16924)
This commit is contained in:
@@ -83,7 +83,7 @@ export class GitHubRemoteBook extends RemoteBook {
|
||||
}
|
||||
await fs.promises.unlink(remoteBookFullPath.fsPath);
|
||||
this.outputChannel.appendLine(loc.msgRemoteBookDownloadComplete);
|
||||
vscode.commands.executeCommand('notebook.command.openNotebookFolder', this.localPath.fsPath, undefined, true);
|
||||
void vscode.commands.executeCommand('notebook.command.openNotebookFolder', this.localPath.fsPath, undefined, true);
|
||||
}
|
||||
catch (err) {
|
||||
this.outputChannel.appendLine(loc.msgRemoteBookUnpackingError);
|
||||
|
||||
Reference in New Issue
Block a user