From b44e7fb1f1da41cade2683d24ff0bfdc79a9ed3e Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 17 Jul 2018 00:59:44 +1000 Subject: [PATCH] docs: update second-instance event docs (#13656) --- docs/api/app.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/app.md b/docs/api/app.md index 9076cd7d4f80..740da22d82ee 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -386,6 +386,7 @@ app.on('session-created', (event, session) => { Returns: +* `event` Event * `argv` String[] - An array of the second instance's command line arguments * `workingDirectory` String - The second instance's working directory