Skip to content

Commit

Permalink
fix: remove undefined value
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 6, 2021
1 parent e39d52c commit 92d81a3
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 @@ -16,7 +16,7 @@ export function activate() {
require("atom-package-deps")
.install("atom-ide-signature-help")
.then(() => {
signatureHelpManager.initialize(renderer)
signatureHelpManager.initialize()
})
}

Expand Down

0 comments on commit 92d81a3

Please sign in to comment.