Skip to content

Commit

Permalink
fix: update api name
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Oct 28, 2022
1 parent c9a206d commit 041015e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ declare namespace UtilityProcessProposedApi {
stdout: (NodeJS.ReadableStream) | (null);
}
}
const UtilityProcess = <typeof UtilityProcessProposedApi.UtilityProcess>((electron as any).UtilityProcess);
const UtilityProcess = <typeof UtilityProcessProposedApi.UtilityProcess>((electron as any).utilityProcess);
const canUseUtilityProcess = (typeof UtilityProcess !== 'undefined');

export class ExtensionHostStarter implements IDisposable, IExtensionHostStarter {
Expand Down

0 comments on commit 041015e

Please sign in to comment.