fix: docs in path.helpers

This commit is contained in:
MasterAcnolo
2026-09-10 15:01:50 +02:00
parent f343fbd148
commit 09c511fcb8

View File

@@ -260,7 +260,7 @@ function validateBinaries() {
/**
* Helper to lazy load logger, avoid circular import
* @returns {winston.Logger}
* @returns {import("winston").Logger}
*/
function getLogger() {
return require("../logger.js").logger;