зеркало из https://github.com/electron/electron.git
Wait for close event instead of exit so stdout done
This commit is contained in:
Родитель
a004cada7c
Коммит
361c3e0700
|
@ -85,7 +85,7 @@ describe('node feature', function () {
|
|||
child.stdout.on('data', (chunk) => {
|
||||
data += String(chunk)
|
||||
})
|
||||
child.on('exit', (code) => {
|
||||
child.on('close', (code) => {
|
||||
assert.equal(code, 0)
|
||||
assert.equal(data, 'pipes stdio')
|
||||
done()
|
||||
|
|
Загрузка…
Ссылка в новой задаче