Skip to content

Commit 2fe68a0

Browse files
style: style
1 parent 39a5b2d commit 2fe68a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esbuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const esbuildProblemMatcherPlugin = {
4141
build.onEnd((result) => {
4242
result.errors.forEach(({ text, location }) => {
4343
console.error(`✘ [ERROR] ${text}`);
44-
if (location == null) return;
44+
if (location === null) {return;}
4545
console.error(
4646
` ${location.file}:${location.line}:${location.column}:`
4747
);

0 commit comments

Comments
 (0)