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
It might be beneficial to make a breaking change to convert then's interface over to just emit the found entities, and have a separate catch callback, so that requests adhere to Promise's interface. This would allow easy interop with async/await
The text was updated successfully, but these errors were encountered:
I totally agree, however my company no longer uses Target Process, so I don't have any way to build or test that change. If you want, however, I can make you a contributor on this project if you want to pick that task up.
It might be beneficial to make a breaking change to convert
then
's interface over to just emit the found entities, and have a separatecatch
callback, so that requests adhere toPromise
's interface. This would allow easy interop withasync
/await
The text was updated successfully, but these errors were encountered: