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.
1 parent 298ef9a commit 3cbc414Copy full SHA for 3cbc414
javascript/ql/src/Quality/UnhandledStreamPipe.ql
@@ -242,7 +242,7 @@ private predicate hasErrorHandlerRegistered(PipeCall pipeCall) {
242
243
/**
244
* Holds if the pipe call uses `gulp-plumber`, which automatically handles stream errors.
245
- * Gulp-plumber is a Node.js module that prevents pipe breaking caused by errors from gulp plugins.
+ * `gulp-plumber` returns a stream that uses monkey-patching to ensure all subsequent streams in the pipeline propagate their errors.
246
*/
247
private predicate hasPlumber(PipeCall pipeCall) {
248
pipeCall.getDestinationStream().getALocalSource() = API::moduleImport("gulp-plumber").getACall()
0 commit comments