Closed Esmeray6 closed 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.
file://
commands/index.js
Fixes #47.
Actually, I should've added a check for Windows OS specifically. I'll change it.
Thank you for your contribution! It looks good and works as intended on both platforms.
This PR uses the
file://
protocol for absolute paths for commands. And now thecommands/index.js
file also logs the error in the console.Fixes #47.