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

Pipe don't ignore empty command #984

Open
jcubic opened this issue Nov 16, 2024 · 0 comments
Open

Pipe don't ignore empty command #984

jcubic opened this issue Nov 16, 2024 · 0 comments
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Nov 16, 2024

Issue summary

When you create terminal with pipe extension, object interpreter, and type enter, it shows an error about invalid command

Expected behavior

enter should be ignored

Steps to reproduce

  1. Open demo https://codepen.io/jcubic/pen/MWNRymN?editors=0010
  2. type enter

Browser and OS

N/A

Additional notes

it can be fixed with an empty function as part of the interpreter:

const command = [{
   ...
}, function(cmd) {
    
}];
@jcubic jcubic added the Bug label Nov 16, 2024
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant