Skip to content
Snippets Groups Projects
Commit e1fcdffb authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#187 - Improve logging

parent 43ac1646
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ module.exports = async function (self) {
self.log('debug', `Update feedback for pad name ${feedback.options.name}`);
pad = self.currentProject.findPadByName(feedback.options.name);
} else {
self.log('debug', `Update feedback for pad index ${feedback.options.index}`);
self.log('debug', `Update feedback for pad index ${feedback.options.index - 1}`);
pad = self.currentProject.findPadByIndexInCurrentPage(feedback.options.index - 1);
}
if (pad != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment