Update bug-report.md

This commit is contained in:
Kyle McNally 2022-10-13 12:39:39 -04:00 committed by GitHub
parent 57dc92d6b4
commit a3ac8c640b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -7,14 +7,14 @@ labels: bug
<!--- <!---
For Chromium-specific bugs, please refer to: https://bugs.chromium.org/p/chromium For Chromium-specific bugs, please refer to: https://bugs.chromium.org/p/chromium
For Puppeteer-specific bugs, please refer to: https://github.com/GoogleChrome/puppeteer/issues For Puppeteer-specific bugs, please refer to: https://github.com/puppeteer/puppeteer/issues
For Playwright-specific bugs, please refer to: https://github.com/microsoft/playwright/issues
--> -->
## Environment ## Environment
* `chrome-aws-lambda` Version: * `chromium` Version:
* `puppeteer` / `puppeteer-core` Version: * `puppeteer` / `puppeteer-core` Version:
* OS: <!-- Linux | Mac | Windows --> * Node.js Version: <!-- 14.x | 16.x -->
* Node.js Version: <!-- 8.x | 10.x | 12.x | 14.x -->
* Lambda / GCF Runtime: <!-- `nodejs8.10` | `nodejs10.x` | `nodejs12.x` --> * Lambda / GCF Runtime: <!-- `nodejs8.10` | `nodejs10.x` | `nodejs12.x` -->
## Expected Behavior ## Expected Behavior
@ -31,7 +31,7 @@ For Puppeteer-specific bugs, please refer to: https://github.com/GoogleChrome/pu
<!-- <!--
```js ```js
const chromium = require('chrome-aws-lambda'); const chromium = require('chromium');
exports.handler = async (event, context, callback) => { exports.handler = async (event, context, callback) => {
let result = null; let result = null;