Blender crashes when rendering a scene that has a file output node with no inputs. That's because the preview code assumes that nodes would always have inputs. So we simply guard against this case.
Blender crashes when rendering a scene that has a file output node with no inputs. That's because the preview code assumes that nodes would always have inputs. So we simply guard against this case.