Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 18, 2025
1 parent ddc40cc commit 4467fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node-modules-inspector/src/node/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export function createServerFunctions(options: CreateServerFunctionsOptions): Se
return getPackagesPublishDate(deps, { storage: options.storage })
},
async openInEditor(filename: string) {
// @ts-expect-error missing types
await import('launch-editor').then(r => (r.default || r)(filename))
},
async openInFinder(filename: string) {
Expand Down

0 comments on commit 4467fa8

Please sign in to comment.