In 1.10.0, I have started to get the error command 'fountain.numberScenes' not found. when using the renumber plus overwrite command.
Browsing the source code, it appears that this command was renamed to numberScenesOverwrite but that the package.json command still points to "command": "fountain.numberScenes", (line 345).
I haven't been able to create a PR... will try to get around to it...
In 1.10.0, I have started to get the error
command 'fountain.numberScenes' not found.
when using the renumber plus overwrite command.Browsing the source code, it appears that this command was renamed to
numberScenesOverwrite
but that thepackage.json
command still points to"command": "fountain.numberScenes",
(line 345).I haven't been able to create a PR... will try to get around to it...