Skip to content

Commit 29ca65c

Browse files
authored
Bump pptr versions (#60)
* pptr versions * dependencies
1 parent 9e6eba4 commit 29ca65c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ async function setupBrowser() {
8181
args: [
8282
"--no-sandbox",
8383
]
84-
});
84+
}
85+
);
8586
browser.on('disconnected', setupBrowser);
8687
app.set('browser', browser);
8788
} catch (error) {

helpers/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,4 @@ exports.performAction = async function performAction(request, action) {
234234
return response;
235235
});
236236
};
237+

0 commit comments

Comments
 (0)