autoformat more files
This commit is contained in:
parent
06b556c34c
commit
f35f362272
47 changed files with 4458 additions and 4459 deletions
20
spec/fixtures/module/set-immediate.js
vendored
20
spec/fixtures/module/set-immediate.js
vendored
|
@ -1,11 +1,11 @@
|
|||
process.on('uncaughtException', function(error) {
|
||||
process.send(error.message);
|
||||
process.exit(1);
|
||||
});
|
||||
process.on('uncaughtException', function (error) {
|
||||
process.send(error.message)
|
||||
process.exit(1)
|
||||
})
|
||||
|
||||
process.on('message', function() {
|
||||
setImmediate(function() {
|
||||
process.send('ok');
|
||||
process.exit(0);
|
||||
});
|
||||
});
|
||||
process.on('message', function () {
|
||||
setImmediate(function () {
|
||||
process.send('ok')
|
||||
process.exit(0)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue