Skip to content

Commit 6d81a17

Browse files
Saleh98aali-hamud
authored andcommitted
Merged PR 131977: Capture bug fix
Fixed error on capturing without options object. Related work items: #471445
1 parent 9c18221 commit 6d81a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bookmarksManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class BookmarksManager implements IBookmarksManager {
128128
}
129129

130130
var request: models.ICaptureBookmarkRequest = {
131-
options: options
131+
options: options || {}
132132
};
133133

134134
try {

0 commit comments

Comments
 (0)