diff --git a/scripts/preview-theme.js b/scripts/preview-theme.js index a668636..1e22086 100644 --- a/scripts/preview-theme.js +++ b/scripts/preview-theme.js @@ -58,6 +58,11 @@ var PULL_REQUEST_ID; * @returns {Error} IncorrectJsonFormatError. */ class IncorrectJsonFormatError extends Error { + /** + * Constructor. + * + * @param {string} message Error message. + */ constructor(message) { super(message); this.name = "IncorrectJsonFormatError";