Pash-Project / Pash

An Open Source reimplementation of Windows PowerShell, for Mono.
https://groups.google.com/group/pash-project
BSD 3-Clause "New" or "Revised" License
516 stars 54 forks source link

multiple or specific catch clauses aren't supported #414

Open sburnicki opened 8 years ago

sburnicki commented 8 years ago

Currently Pash simply executes the last given catch clause in try-catch statements. It needs to check for type specific catch clauses instead.