Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans committed Jan 9, 2019
2 parents 7785a00 + 8beb022 commit 732d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-electron/src/lib/electron.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ElectronService {
return this.electron ? this.electron.crashReporter : null;
}

public get process(): NodeJS.Process {
public get process(): any {
return this.remote ? this.remote.process : null;
}

Expand Down

0 comments on commit 732d8b3

Please sign in to comment.