mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix book tests on Windows. (#14173)
* fix tests * fix reveal active item test * show error message * revert trusted book test back to original
This commit is contained in:
@@ -253,7 +253,8 @@ export class BookModel {
|
||||
);
|
||||
notebooks.push(markdown);
|
||||
} else {
|
||||
this._errorMessage = loc.missingFileError(sections[i].title, root);
|
||||
this._errorMessage = loc.missingFileError(sections[i].title, book.title);
|
||||
vscode.window.showErrorMessage(this._errorMessage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user