docs: update second-instance event docs (#13656)

This commit is contained in:
Samuel Attard 2018-07-17 00:59:44 +10:00 committed by Charles Kerr
parent ede6fd91d0
commit b44e7fb1f1

View file

@ -386,6 +386,7 @@ app.on('session-created', (event, session) => {
Returns: Returns:
* `event` Event
* `argv` String[] - An array of the second instance's command line arguments * `argv` String[] - An array of the second instance's command line arguments
* `workingDirectory` String - The second instance's working directory * `workingDirectory` String - The second instance's working directory