You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix resilientSrc to process each glob pattern independently
When glob-stream hits ENOENT, it stops emitting files from the entire
source — even if the error only affects one glob pattern. This caused
only 47 of 71 "others" symlinks to be created.
Fix by processing each source pattern as a separate gulp.src stream
and merging results into a single passthrough. An ENOENT in one
pattern (e.g. the dsl glob hitting .camel-jbang/work) no longer
aborts the other patterns (core, components).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments