jutebag icon indicating copy to clipboard operation
jutebag copied to clipboard

Fix crash on initial run when no configuration exists

Open nilbus opened this issue 10 years ago • 3 comments

jutebag.commands used to be an object with command names as the keys, until e69f7dfc90ffcbcf82f313de863be47590861f64 changed jutebag.commands from an object to a sorted array.

Use an appropriate lookup, now that jutebag.commands is an array.

Also, make bin/jutebag executable, so it can be run directly, without explicitly running node while developing.

nilbus avatar Mar 02 '15 02:03 nilbus

this works for me, thanks :+1:

shedali avatar Apr 03 '15 16:04 shedali

Thanks this pull request fixed it for me.

MaxPleaner avatar Oct 31 '15 18:10 MaxPleaner

@akoenig What do you think about merging and releasing this fix, André?

nilbus avatar Oct 31 '15 18:10 nilbus