Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 16, 2021
1 parent ccf89c8 commit 6bfa61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function consumeOutlineProvider(provider: OutlineProvider): Disposable {
// so we need to have an outline for the current editor
// the following updates rely on the visibility
getOutline().catch((err) => {
throw err
throw err
})
return prividerDisposable
}
Expand Down

0 comments on commit 6bfa61b

Please sign in to comment.