We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e492ef9 commit 3e2f9dfCopy full SHA for 3e2f9df
1 file changed
test/programmatic/logs.js
@@ -5,7 +5,7 @@ var PM2 = require('../..');
5
var should = require('should');
6
var fs = require('fs');
7
var path = require('path');
8
-var DEV_NULL = process.platform === 'win32' ? 'NUL' : DEV_NULL;
+var DEV_NULL = process.platform === 'win32' ? 'NUL' : '/dev/null';
9
10
describe('Programmatic log feature test', function() {
11
this.timeout(30000);
0 commit comments