Lines 14-19
return {
Link Here
|
14 |
say_success( $out, "Database modification was successful!" ); |
14 |
say_success( $out, "Database modification was successful!" ); |
15 |
} catch { |
15 |
} catch { |
16 |
say_failure( $out, "Database modification failed with errors: $_" ); |
16 |
say_failure( $out, "Database modification failed with errors: $_" ); |
|
|
17 |
exit(1); # If you cannot recover from this failure, exit with an error code |
17 |
}; |
18 |
}; |
18 |
|
19 |
|
19 |
# Print useful stuff here |
20 |
# Print useful stuff here |
20 |
- |
|
|