mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
🧹 code cleanup
This commit is contained in:
parent
08bfe1436f
commit
815f6c491f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const renderCursors = async (configs: Record<string, Config>) => {
|
|||
// Render
|
||||
try {
|
||||
for (let svgPath of staticCursors) {
|
||||
const buffer = fs.readFileSync(path.resolve(svgPath), "utf8");
|
||||
const buffer = fs.readFileSync(svgPath, "utf8");
|
||||
if (!buffer) throw new Error(`${svgPath} File Read error`);
|
||||
|
||||
// Generating HTML Template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue