Changeset 5343


Ignore:
Timestamp:
06/18/09 22:50:54 (3 years ago)
Author:
szabgab
Message:

separate DIE printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/script/padre

    r5340 r5343  
    1111 
    1212if ($ENV{PADRE_DIE}) { 
    13     $SIG{__DIE__} = sub { print STDERR Carp::longmess "\nDIE: @_\n" }; 
     13    $SIG{__DIE__} = sub { print STDERR Carp::longmess "\nDIE: @_\n" . ("-" x80) . "\n" }; 
    1414} 
    1515 
Note: See TracChangeset for help on using the changeset viewer.