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
callSomeFunctionWithOptions({// function not highlightedcallback(error,result): void{
...
}});callSomeFunctionWithOptions({// function highlightedcallback: functioncallback(error,result): void{
...
}});
The text was updated successfully, but these errors were encountered:
Hi there, I'm interested in picking up this bug to work on. I've developed on Electron in the past (most recent PR here theodi/comma-chameleon#76) and hacked away at Atom getting a few personal workflows in place. Can I proceed on working on this?
The text was updated successfully, but these errors were encountered: