torikushiii / starrail-auto

Auto check-in and others for Honkai: Star Rail
https://ko-fi.com/torikushiii
GNU Affero General Public License v3.0
106 stars 24 forks source link

Use file:// URL for defPath to fix an issue with paths on Windows #48

Closed Esmeray6 closed 4 months ago

Esmeray6 commented 4 months ago

This PR uses the file:// protocol for absolute paths for commands. And now the commands/index.js file also logs the error in the console.

Fixes #47.

Esmeray6 commented 4 months ago

Actually, I should've added a check for Windows OS specifically. I'll change it.

torikushiii commented 4 months ago

Thank you for your contribution! It looks good and works as intended on both platforms.