Skip to content

Commit

Permalink
Update windows.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Sep 26, 2024
1 parent 1fcbe38 commit 42e6a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service_worker/background/windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async function hideWindows(windowId) {
var _didIteratorError = false;
var _iteratorError = undefined;
try {
for (var _iterator = displaylayouts[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
for (let _iterator = displaylayouts[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
var displaylayout = _step.value;
globalDisplayInfo.push(displaylayout.bounds);
}
Expand Down

0 comments on commit 42e6a73

Please sign in to comment.