-
Notifications
You must be signed in to change notification settings - Fork 0
fix(MESHAGEN-005-2): CU-86akbhhdk 2 review findings across 2 files #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,7 +81,7 @@ function WiFiScanner() | |
| this.child.ms.on('end', function () | ||
| { | ||
| var str = this.buffer.toString(); | ||
| tokens = str.split(' - Address: '); | ||
| var tokens = str.split(' - Address: '); | ||
| for (var block in tokens) | ||
| { | ||
| if (block == 0) continue; | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 𦩠π wifi-scanner.js uses implicit global variable Changed π€ Prompt for AI agentsfix confidence: π’ 95 high β react π/π to teach the reviewer |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
𦩠π΄ amt-xml.js and amt-wsman.js reference undefined 'obj' outside factory scope
Removed the dead/broken
_PutObjToBodyXmlfunction frommodules/amt-xml.js, which referenced the undefined free variableobj(a ReferenceError source since no factory closure wraps it in this file). The function was unused/unreachable in this file's exports, matching the suggested fix. No_ObjectToXmlAttributeshelper existed in this file to remove separately (only referenced from within the deleted function), so its removal is implicit in deleting the calling function. All other code, formatting, and structure left untouched.π€ Prompt for AI agents
fix confidence: π’ 90 high β react π/π to teach the reviewer