Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging projection which reads from non-existing stream throws exception when clicking on Run Step #269

Open
shaan1337 opened this issue Aug 28, 2020 · 0 comments
Labels

Comments

@shaan1337
Copy link
Member

Reproduction steps:

  • Create a projection which reads from a stream that does not exist
fromStream('this_stream_does_not_exist')
.when({
    '$any':function(s,e){
       
    }
})
  • Click on Debug on the projection page

  • Click on Stop

  • Click on Run Step

  • The following exception will be output in console: TypeError: Cannot read property 'process_event' of undefined

@tambeau tambeau added the bug label Mar 3, 2022
@hayley-jean hayley-jean added kind/bug and removed bug labels Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants