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