chore: typo (#513)
This commit is contained in:
parent
675b083db3
commit
9728527900
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ export class Context {
|
|||
|
||||
currentTabOrDie(): Tab {
|
||||
if (!this._currentTab)
|
||||
throw new Error('No current snapshot available. Capture a snapshot of navigate to a new location first.');
|
||||
throw new Error('No current snapshot available. Capture a snapshot or navigate to a new location first.');
|
||||
return this._currentTab;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue