Closed
Conversation
How to testgit clone -b fix-clean-console https://github.com/dimaslanjaka/hexo.git
cd hexo
npm install
npm test |
Pull Request Test Coverage Report for Build 16512837484Details
💛 - Coveralls |
Contributor
Author
|
@SukkaW need review |
uiolee
reviewed
Feb 9, 2025
| @@ -1 +1,3 @@ | |||
| #!/bin/sh | |||
|
|
|||
Member
There was a problem hiding this comment.
https://github.com/typicode/husky/releases/tag/v9.0.1#:~:text=shebang
shebang is not needed after husky v9
Contributor
Author
There was a problem hiding this comment.
but got error on my windows, see the screenshoot
Contributor
Author
Member
There was a problem hiding this comment.
I could see your screenshot of error. However, I could not reproduce on my window.
uiolee
reviewed
Feb 13, 2025
Member
|
I can't reproduce the two questions you mentioned, hexo ci also shows normal. I'll suspect the problem comes from your operating environment |
stevenjoezhang
requested changes
Jul 24, 2025
Member
stevenjoezhang
left a comment
There was a problem hiding this comment.
I can't reproduce either
Co-authored-by: Uiolee <[email protected]> Signed-off-by: Dimas Lanjaka <[email protected]>
| import type Hexo from '../../hexo'; | ||
|
|
||
| function cleanConsole(this: Hexo): Promise<[void, void, any]> { | ||
| function cleanConsole(this: Hexo, _args?: any) { |
Member
Contributor
Author
There was a problem hiding this comment.
for new husky v9 this no error for git scm windows. what the solution now ?
update husky ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What does it do?
#!/bin/sh, otherwise should got error like below screenshootPull request tasks