mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
✨ Remove code exits on first call
This commit is contained in:
parent
dff9c3f7f3
commit
0a00833f72
1 changed files with 0 additions and 2 deletions
|
@ -120,7 +120,5 @@ export const renderCursors = async ({
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
} finally {
|
|
||||||
process.exit(0);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue