• Runtimes
  • Commandline returning an error code?

Why doesn't Spine return an error code when exporting from the command line?

I get the following error:

Image for slot [slot: effects/Froth_1, bone: Effects] not found: effects/Froth_1

And my pipeline happily runs with no way to alert us to an error. These piplelines compile every .spine file overnight so they are unattended. Some kind of error code would be nice. Or even some consistent formatting so the error could be grepped out of the output?

Related Discussions
...
  • Изменено

Spine returns an error code if the CLI command failed. What you got is a warning. It is saying that an image can't be found, but exporting a project does not need the image files and will still complete successfully. The warning is just to let you know.