mirror of
https://github.com/danbulant/node-x11
synced 2026-05-21 21:39:13 +00:00
Merge pull request #194 from matoruru/patch-1
Remove unnecessary parentheses from require('os').homedir()
This commit is contained in:
commit
1db2cb54c3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function parseXauth( buf )
|
|||
return auth;
|
||||
}
|
||||
|
||||
var homedir = require('os').homedir();
|
||||
var homedir = require('os').homedir;
|
||||
var path = require('path');
|
||||
|
||||
function readXauthority(cb) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue