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

shelljs.exec( date "+%y%m%d.%H%M" ) just hangs #1113

Open
robinmattern opened this issue Dec 16, 2022 · 0 comments
Open

shelljs.exec( date "+%y%m%d.%H%M" ) just hangs #1113

robinmattern opened this issue Dec 16, 2022 · 0 comments

Comments

@robinmattern
Copy link

Node version (or tell us if you're using electron or some other framework):

v16.13.2

ShellJS version (the most recent version/Github branch you see the bug on):

0.8.5

Operating system:

Windows 10

Description of the bug:

It just hangs. In Git-Bash, VSCode bash terminal, or Cmder

Example ShellJS command to reproduce the error:

shelljs.exec( `date "+%y%m%d.%H%M" ` ) // or
shelljs.exec( `date `+%y%m%d.%H%M` ` )
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

No branches or pull requests

1 participant