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 88e9daa commit 99607dfCopy full SHA for 99607df
src/domain/datasource-factory.js
@@ -144,7 +144,7 @@ const DsCoreExtensions = superclass =>
144
*/
145
stream (list, options) {
146
return new Promise((resolve, reject) => {
147
- assert.ok(list && options, 'missing m kkkakkk')
+ assert.ok(list && options, 'missing params')
148
options.writable.on('error', reject)
149
options.writable.on('end', resolve)
150
0 commit comments