Skip to content

Commit

Permalink
fix: 日志错误
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Jan 22, 2024
1 parent b86e39a commit 5e41dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateUserRightsSchema/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ startGroup("new schema:");
console.info(schema);
endGroup();
await jsonModule.writeFile(".vscode/json-schemas/user-rights-definition.json", schema);
await createCommit("auto: regenerated user-rights-definition.json by generateUnrecognizableFeatures");
await createCommit("auto: regenerated user-rights-definition.json by generateUserRightsSchema");

0 comments on commit 5e41dda

Please sign in to comment.