Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c70093

Browse files
Changing status check in plugin
1 parent aed4497 commit 8c70093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vite.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function consolidateSnippets(projectRoot: string) {
99
cwd: projectRoot,
1010
});
1111

12-
if (cmd.status !==1) return;
12+
if (cmd.status ===0) return;
1313

1414
console.log(`Consolidating snippets failed:\n${cmd.output.toString()}`);
1515
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /