Skip to content
  • Jehan's avatar
    app: output errors to stderr when gimp_procedure_execute() fails with… · 90699199
    Jehan authored
    … argument validation.
    I had a case where argument validation was failing on range and no error
    was propagated (during a crash handling). Let's not leave these errors
    totally silent as it makes such usually easy issues harder to debug. In
    the specific case of no GError passed, just print the error to stderr.
    90699199