Fix typo in example output
This commit is contained in:
Родитель
c16ed29246
Коммит
2145a1de21
|
@ -11,5 +11,5 @@ var edge = launch('http://microsoft.com', {}, function(err) {
|
|||
})
|
||||
|
||||
edge.on('exit', function(code) {
|
||||
console.log('Edge has excited with code', code)
|
||||
console.log('Edge has exited with code', code)
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче