You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #53, if you have the same reproduction but a budgie.json with {} as its contents, you get this lovely error message:
TypeError: Cannot read property 'length' of undefined
at NameSplitter.split (C:\Code\budgie-cli\node_modules\budgie\lib\Rendering\Casing\NameSplitter.js:18:38)
at C:\Code\budgie-cli\lib\postprocessing\metadata.js:20:104
at Generator.next (<anonymous>)
at fulfilled (C:\Code\budgie-cli\lib\postprocessing\metadata.js:5:58)
The text was updated successfully, but these errors were encountered:
Following #53, if you have the same reproduction but a
budgie.json
with{}
as its contents, you get this lovely error message:The text was updated successfully, but these errors were encountered: