Skip to content

Commit 3e2f9df

Browse files
committed
psh
1 parent e492ef9 commit 3e2f9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/programmatic/logs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var PM2 = require('../..');
55
var should = require('should');
66
var fs = require('fs');
77
var path = require('path');
8-
var DEV_NULL = process.platform === 'win32' ? 'NUL' : DEV_NULL;
8+
var DEV_NULL = process.platform === 'win32' ? 'NUL' : '/dev/null';
99

1010
describe('Programmatic log feature test', function() {
1111
this.timeout(30000);

0 commit comments

Comments
 (0)