Skip to content

Commit bdbd9e3

Browse files
WinterSparkmarijnh
authored andcommitted
Fixed error message on 8.2 The locked box
1 parent 50455eb commit bdbd9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ try {
927927
throw new Error("Pirates on the horizon! Abort!");
928928
});
929929
} catch (e) {
930-
console.log("Error raised:", e);
930+
console.log("Error raised: " + e);
931931
}
932932
console.log(box.locked);
933933
// → true

0 commit comments

Comments
 (0)