mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
uppercase E in Electron
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c19d8ecb73
commit
fed9302996
@@ -98,7 +98,7 @@ module Electron {
|
||||
|
||||
/**
|
||||
* An instance of the Main process of an Electron app.
|
||||
* Communication in an electron app generally happens from the renderer process to the main process.
|
||||
* Communication in an Electron app generally happens from the renderer process to the main process.
|
||||
*/
|
||||
class MainProcess extends Process {
|
||||
MainProcess() { this = main() }
|
||||
|
||||
Reference in New Issue
Block a user