autoformat more files
This commit is contained in:
parent
06b556c34c
commit
f35f362272
47 changed files with 4458 additions and 4459 deletions
8
spec/fixtures/module/preload-node-off.js
vendored
8
spec/fixtures/module/preload-node-off.js
vendored
|
@ -1,7 +1,7 @@
|
|||
setImmediate(function() {
|
||||
setImmediate(function () {
|
||||
try {
|
||||
console.log([typeof process, typeof setImmediate, typeof global].join(' '));
|
||||
console.log([typeof process, typeof setImmediate, typeof global].join(' '))
|
||||
} catch (e) {
|
||||
console.log(e.message);
|
||||
console.log(e.message)
|
||||
}
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue