diff --git a/README.md b/README.md index 94e7fa2c..67d85d38 100644 --- a/README.md +++ b/README.md @@ -1787,9 +1787,9 @@ async function getCleanCodeArticle() { await fileHandle.writeFile('article.html', response); console.log('File written'); } catch(err) { - console.log(err); - } + console.log(err); } +} ``` **[⬆ back to top](#table-of-contents)**