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