mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -22,8 +22,7 @@ try {
|
||||
res.setEncoding('utf8');
|
||||
});
|
||||
|
||||
// BAD: post the data from file to request body
|
||||
post_req.write(s);
|
||||
post_req.write(s); // $ Alert - post the data from file to request body
|
||||
post_req.end();
|
||||
} catch (e) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user