Skip to content

Commit 8b9d104

Browse files
committed
Edited ch06.asciidoc with Atlas code editor
1 parent d966f3b commit 8b9d104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ch06.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ const handler = {
103103
}
104104
function invariant(key, action) {
105105
if (key.startsWith('_')) {
106-
throw new Error(`Can't ${ action } private "${ key }" property`)
106+
throw new Error(`Can't ${ action } private "${ key }"
107+
property`)
107108
}
108109
}
109110
const target = {}

0 commit comments

Comments
 (0)