We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grep
1 parent 99e32d3 commit 6264572Copy full SHA for 6264572
.github/workflows/scripts/package_commands_comment
@@ -141,7 +141,7 @@ main() {
141
debug_log "Found $(echo "${files}" | wc -l) changed files"
142
143
# Extract files associated with native add-ons:
144
- c_files=$(echo "${files}" | grep -e '/benchmark/c' -e '/examples/c' -e '/binding.gyp' -e '/include.gypi' -e '/src/')
+ c_files=$(echo "${files}" | grep -e '/benchmark/c' -e '/examples/c' -e '/binding.gyp' -e '/include.gypi' -e '/src/' || true)
145
if [[ -z "${c_files}" ]]; then
146
debug_log "No native add-on files found"
147
else
0 commit comments