Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d93cd2f

Browse files
authored
Update unified-server.js
1 parent 23e6c70 commit d93cd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unified-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class BrowserManager {
231231
);
232232
}
233233
this.browser = await firefox.launch({
234-
headless: false,
234+
headless: true,
235235
executablePath: this.browserExecutablePath,
236236
args: this.launchArgs,
237237
});

0 commit comments

Comments
 (0)