We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc4d3f commit 656fb59Copy full SHA for 656fb59
spec/api-process-spec.js
@@ -12,7 +12,7 @@ describe('process module', function () {
12
describe('process.getIOCounters()', function () {
13
it('returns an io counters object', function () {
14
if (process.platform !== 'win32') {
15
- return;
+ return
16
}
17
var ioCounters = process.getIOCounters()
18
assert.equal(typeof ioCounters.readOperationCount, 'number')
0 commit comments