Lint and format src/compiler/utils/error.js

pull/8569/head
Simon Holthausen 3 years ago
parent cc1caf1e79
commit 4f64d08a71

@ -5,7 +5,6 @@ import get_code_frame from './get_code_frame.js';
* @extends Error * @extends Error
*/ */
class CompileError extends Error { class CompileError extends Error {
/** /**
* @type {string} * @type {string}
*/ */
@ -65,7 +64,3 @@ export default function error(message, props) {
error.frame = get_code_frame(props.source, start.line - 1, start.column); error.frame = get_code_frame(props.source, start.line - 1, start.column);
throw error; throw error;
} }

Loading…
Cancel
Save