diff --git a/lib/timodule.js b/lib/timodule.js index 7ca2db15..0c14acc8 100644 --- a/lib/timodule.js +++ b/lib/timodule.js @@ -749,7 +749,7 @@ async function detectPlatformSpecificNativeModuleInNPMPackage(directory, platfor // TODO: Throw a sanity Error if value we *must* have are missing from manifest object! // TODO: Throw Errors if both manifest and package.json have values but they don't match? - logger && logger.debug(__('Detected %s module: %s %s @ %s', platform, manifest.moduleid.cyan, json.version, modulePath)); + logger && logger.debug(__('Detected %s module: %s %s @ %s', platform, manifest.moduleid.cyan, manifest.version, modulePath)); return { id: manifest.moduleid, modulePath,