Skip to content

Commit

Permalink
feat: Add log to message cache to figure out where we are really load…
Browse files Browse the repository at this point in the history
…ing messages from
  • Loading branch information
ccpowers committed Sep 6, 2019
1 parent 2dd5ae2 commit 7fc66fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ros_msg_utils/lib/message_cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cmakePaths.forEach((cmakePath) => {
// If the message package has been found in a previous workspace,
// don't overwrite it now. This is critical to enabling ws overlays.
if (!packagePaths.hasOwnProperty(msgPackage)) {
console.log(`Loading messages from ${path.join(dirPath, msgPackage)}`);
packagePaths[msgPackage] = path.join(dirPath, msgPackage, '_index.js');
}
});
Expand Down

0 comments on commit 7fc66fa

Please sign in to comment.