Skip to content

Commit c773124

Browse files
committed
lint
1 parent cf0fa96 commit c773124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/assert.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ assert.AssertionError = function AssertionError(options) {
4242
this.actual = options.actual;
4343
this.expected = options.expected;
4444
this.operator = options.operator;
45-
this.message = options.message || getMessage(this)
45+
this.message = options.message || getMessage(this);
4646
var stackStartFunction = options.stackStartFunction || fail;
4747
Error.captureStackTrace(this, stackStartFunction);
4848
};

0 commit comments

Comments
 (0)