maxlath / wikibase-cli

read and edit a Wikibase instance from the command line
MIT License
223 stars 24 forks source link

TypeError: context.join is not a function #146

Closed jceb closed 3 years ago

jceb commented 3 years ago

I ran the following command and got the error message:

$ wb id 'Schneverdingen und Neuenkirchen'
TypeError: context.join is not a function
    at parseIds (/usr/lib/node_modules/wikibase-cli/bin/wb-id:47:28)
    at /usr/lib/node_modules/wikibase-cli/bin/wb-id:65:10
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Context: undefined
maxlath commented 3 years ago

fixed in v15.10.4, thanks for reporting!