Added logs to find out what's going on with Windows

This commit is contained in:
Peter Hedenskog 2025-02-01 20:49:05 +01:00
parent 8af2110858
commit f63777b978
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ export async function parsePluginNames(options) {
return pluginNames;
};
console.log('PluginsDir:' + pluginsDir);
console.log('__dirname:' + __dirname);
const files = await readdir(new URL(pluginsDir));
const builtins = files.map(name => path.basename(name, '.js'));