Movatterモバイル変換


[0]ホーム

URL:


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

Commitee978f3

Browse files
authored
CI: Fix warnings variable usage inside theme preview workflow (anuraghazra#2886)
1 parentf026855 commitee978f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/preview-theme.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ export const run = async () => {
451451
debug("Theme preview body: Check if the theme colors are valid...");
452452
letinvalidColors=false;
453453
if(!colors){
454-
warning.push("Theme colors are missing");
454+
warnings.push("Theme colors are missing");
455455
invalidColors=true;
456456
}else{
457457
constmissingKeys=REQUIRED_COLOR_PROPS.filter(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp