Skip to content

Commit

Permalink
Merge branch 'main' into feat-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed May 7, 2024
2 parents 2097fbe + 85fca30 commit 7f3c8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"electron-log": "^5.0.0",
"electron-squirrel-startup": "^1.0.0",
"execa": "^8.0.1",
"firebase": "^10.8.1",
"firebase": "^10.11.0",
"fs-extra": "^11.1.1",
"jspsych": "^7.2.3",
"lodash": "^4.17.19",
Expand Down
2 changes: 1 addition & 1 deletion public/electron/serialPort.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getDevice(portList, comVendorName, productId) {
* @param {string | undefined} productId The product identifier of the desired device
* @returns The SerialPort device
*/
// TODO @brown-ccv: This should fail, not return false
// TODO @brown-ccv #460: This should fail, not return false
async function getPort(comVendorName, productId) {
let portList;
try {
Expand Down

0 comments on commit 7f3c8a1

Please sign in to comment.