Skip to content

Commit d427ce8

Browse files
author
Chris Armstrong
committed
fix missing semicolon
1 parent 98ab760 commit d427ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmespath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
var ExtendedError = function (message) {
238238
Error.call(this, message);
239239
this.name = className;
240-
}
240+
};
241241
ExtendedError.prototype = Object.create(Error.prototype);
242242
ExtendedError.prototype.constructor = ExtendedError;
243243

0 commit comments

Comments
 (0)