Browse Source

Fixing lint error

Hari Krishna Reddy Juturu 8 years ago
parent
commit
656fb593b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-process-spec.js

+ 1 - 1
spec/api-process-spec.js

@@ -12,7 +12,7 @@ describe('process module', function () {
   describe('process.getIOCounters()', function () {
     it('returns an io counters object', function () {
       if (process.platform !== 'win32') {
-        return;
+        return
       }
       var ioCounters = process.getIOCounters()
       assert.equal(typeof ioCounters.readOperationCount, 'number')