mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-10 16:49:42 +00:00
Code cleanup to cleanly lint, added lint step to GitHub Action (#138)
This commit is contained in:
@@ -11,6 +11,7 @@ export function getPuppeteerChromiumPath() {
|
||||
if (!isPkg)
|
||||
return puppeteer.executablePath();
|
||||
|
||||
return puppeteer.executablePath()
|
||||
.replace(replaceRegex, path.join(path.dirname(process.execPath), 'chromium'))
|
||||
return puppeteer
|
||||
.executablePath()
|
||||
.replace(replaceRegex, path.join(path.dirname(process.execPath), 'chromium'));
|
||||
}
|
||||
Reference in New Issue
Block a user