Explicitly mark as source stream

master
Sven Slootweg 3 years ago
parent 3b2bd32214
commit c7ca8944e8

@ -36,6 +36,7 @@ module.exports = function simpleSource(_options) {
return {
_promistreamVersion: 0,
_promistreamIsSource: true,
description: `simple source`,
peek: function peekValue_simpleSource() {
return Promise.try(() => {

Loading…
Cancel
Save