Closed cedx closed 4 years ago
The methods Os.tmpdir(), Os.totalmem(), and Os.type() are instance methods, whereas they should be static like all other methods. See: https://github.com/HaxeFoundation/hxnodejs/blob/master/src/js/node/Os.hx#L132
Os.tmpdir()
Os.totalmem()
Os.type()
The methods
Os.tmpdir()
,Os.totalmem()
, andOs.type()
are instance methods, whereas they should be static like all other methods. See: https://github.com/HaxeFoundation/hxnodejs/blob/master/src/js/node/Os.hx#L132