Skip to content

Commit ea0c9dd

Browse files
committed
Update repo
1 parent 0aa429a commit ea0c9dd

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[{*.js,*.mjs,*.ts,*.json,*.yml}]
11+
indent_size = 2
12+
indent_style = space

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 How.Programming.Works contributors
3+
Copyright (c) 2019-2022 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## Catch, unhandledRejection, rejectionHandled and multipleResolves
22

3+
[Задать вопрос](https://github.com/HowProgrammingWorks/LiveQA/discussions/categories/q-a)
4+
35
[![Необработанные ошибки в промисах на Node.js](https://img.youtube.com/vi/1Ml5NE2fsZ8/0.jpg)](https://www.youtube.com/watch?v=1Ml5NE2fsZ8)

0 commit comments

Comments
 (0)