Skip to content

Commit 2a5716f

Browse files
committed
Merge branch 'master' of github.com:javascript-tutorial/en.javascript.info into sync-285083fc
2 parents 2a9a392 + 285083f commit 2a5716f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/2-custom-errors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Error {
3838

3939
Now let's inherit `ValidationError` from it and try it in action:
4040

41-
```js run untrusted
41+
```js run
4242
*!*
4343
class ValidationError extends Error {
4444
*/!*

0 commit comments

Comments
 (0)