mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
We -> we
This commit is contained in:
@@ -82,7 +82,7 @@ var createGuest = function (embedder, params) {
|
||||
for (const event of destroyEvents) {
|
||||
embedder.once(event, destroy)
|
||||
|
||||
// Users might also listen to the crashed event, so We must ensure the guest
|
||||
// Users might also listen to the crashed event, so we must ensure the guest
|
||||
// is destroyed before users' listener gets called. It is done by moving our
|
||||
// listener to the first one in queue.
|
||||
const listeners = embedder._events[event]
|
||||
|
||||
Reference in New Issue
Block a user