Skip to content

Conversation

@timursevimli
Copy link
Member

The try-catch in Runner, which was set for debugging asynchronous functions, has been removed and changed to comply with the callback contract.

Previous output:

Started test: testCreateTask
Finished test: testCreateTask
Started test: testExecuteTask
Started test: testFailedTask
Total: 3; Failed: 0

New output:

Started test: testCreateTask
Finished test: testCreateTask
Started test: testExecuteTask
Finished test: testExecuteTask
Started test: testFailedTask
Finished test: testFailedTask
Total: 3; Failed: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant