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
fix: Make command execution on windows work for non-exe open methods (#……141)
This should make is so that using "start" as an open_program in the
config actually works on windows. it changes the executable check out
for an try-catch basically.