You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialog({icon: 'icon.png',// relative to __dirname by defaulttitle: 'A Title',msg: 'some message',timeout: 10,checkboxes: ['first box','second box']},function(error,button,checkboxes){// do stuff with the result.})