mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Use lowercase global
GLOBAL shows a deprecated warning in node 6
This commit is contained in:
parent
177041c9bb
commit
d9a0dd9406
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
GLOBAL.log = require("../log.js");
|
||||
global.log = require("../log.js");
|
||||
|
||||
var program = require("commander");
|
||||
var pkg = require("../../package.json");
|
||||
|
|
Loading…
Reference in a new issue