From c7ca8944e8e26f2077a4fe003a9f4ca19d9b09f8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 6 May 2021 23:39:50 +0200 Subject: [PATCH] Explicitly mark as source stream --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1ef5230..5229563 100644 --- a/index.js +++ b/index.js @@ -36,6 +36,7 @@ module.exports = function simpleSource(_options) { return { _promistreamVersion: 0, + _promistreamIsSource: true, description: `simple source`, peek: function peekValue_simpleSource() { return Promise.try(() => {