impatient-js icon indicating copy to clipboard operation
impatient-js copied to clipboard

Chapter: Exception handling

Open rauschma opened this issue 6 years ago • 4 comments
trafficstars

rauschma avatar Jan 09 '19 09:01 rauschma

22.3.2. The finally clause Let’s look at a common use case for finally: You have created a resource and want to always destroy it when ~your~ you are done with it – no matter what happens while working with it.

A typo, I guess?

VernonHawk avatar May 08 '19 18:05 VernonHawk

@VernonHawk Yes! Fixed in next release.

rauschma avatar May 19 '19 06:05 rauschma

The test call_function_test.mjs:11 has a misleading name:

test('monthToNumber', () => {

Shouldn't it be callFunction for consistency with other tests?

adolfopa avatar Nov 10 '21 16:11 adolfopa

@adolfopa True! Fixed in next release.

rauschma avatar Jan 01 '22 16:01 rauschma