mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Fixing a trivial js lint issue.
This commit is contained in:
@@ -152,7 +152,7 @@ error on the response object:
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
request.on('response', (response) => {
|
request.on('response', (response) => {
|
||||||
console.log(`STATUS: ${response.statusCode}`);
|
console.log(`STATUS: ${response.statusCode}`)
|
||||||
response.on('error', (error) => {
|
response.on('error', (error) => {
|
||||||
console.log(`ERROR: ${JSON.stringify(error)}`)
|
console.log(`ERROR: ${JSON.stringify(error)}`)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user