2018-01-09 15:36:42 +01:00

2 lines
66 B
JavaScript

try { doThat(); } catch (e) { say(e) } finally { cleanup(stuff) }