Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/timodule.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down