Skip Electron's logs or new lines
This commit is contained in:
@@ -42,9 +42,10 @@ function createWindow() {
|
||||
* A callback function for the event:
|
||||
* When a frame is captured
|
||||
*
|
||||
* @param {Object} event
|
||||
* @param {Number} recordIndex
|
||||
*/
|
||||
ipcMain.on('captured', function(recordIndex) {
|
||||
ipcMain.on('captured', function(event, recordIndex) {
|
||||
|
||||
console.log(recordIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user