qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
58 stars 10 forks source link

module-process: waitfortermination raises the wrong exception if not available #4807

Closed niclasr closed 9 months ago

niclasr commented 9 months ago

waitfortermination raises the exception HAVE_PROCESS_WAITFORTERMINATION if not available, the docs says it raises PROCESS-WAITFORTERMINATION-UNSUPPORTED-ERROR . Make sure it raises the right exception.