We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
复现步骤:
w2 start -S /test/dir -p 8888 w2 use ./someRule.js -S /test/dir
报错:
No running whistle, execute `w2 start -S /test/newDir` to start whistle on the cli.
运行配置文件是:~/.startingAppData/%23%252Ftest%252FnewDir%23 但代码里要去读:~/.startingAppData/%23%2Ftest%2FnewDir%23
~/.startingAppData/%23%252Ftest%252FnewDir%23
~/.startingAppData/%23%2Ftest%2FnewDir%23
应该是里面的转义问题
版本:[email protected]
The text was updated successfully, but these errors were encountered:
感谢反馈,是 bug,下个版本修复(不是 crash 是找不到之前的进程 id)
Sorry, something went wrong.
重新安装 Whistle 并重启 npm i -g whistle && w2 restart
npm i -g whistle && w2 restart
No branches or pull requests
复现步骤:
报错:
No running whistle, execute `w2 start -S /test/newDir` to start whistle on the cli.
运行配置文件是:
~/.startingAppData/%23%252Ftest%252FnewDir%23
但代码里要去读:
~/.startingAppData/%23%2Ftest%2FnewDir%23
应该是里面的转义问题
版本:[email protected]
The text was updated successfully, but these errors were encountered: