mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
Remove unnecessary parentheses from require('os').homedir()
This commit is contained in:
parent
e17e8b04a1
commit
c41ad68e34
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