Skip to content

Commit a1c13f0

Browse files
committed
JS: Remove alert marker that's reported on another line
We had two 'NOT OK' comments for the same alert. The alert appears on the 'pref' object above.
1 parent 2b33ed3 commit a1c13f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Electron/NodeIntegration/EnablingNodeIntegration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function test() {
2626
sandbox: true
2727
}; // $ Alert
2828

29-
var options_2 = { // $ Alert - implicitly enabled
29+
var options_2 = {
3030
webPreferences: pref,
3131
show: true,
3232
frame: true,

0 commit comments

Comments
 (0)