mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
release: Use log4js to improve message readability
This commit is contained in:
parent
899f2e02f3
commit
345f5227fd
1 changed files with 3 additions and 0 deletions
|
@ -6,9 +6,12 @@ process.on('unhandledRejection', (err) => { throw err; });
|
|||
|
||||
const fs = require('fs');
|
||||
const childProcess = require('child_process');
|
||||
const log4js = require('log4js');
|
||||
const path = require('path');
|
||||
const semver = require('semver');
|
||||
|
||||
log4js.replaceConsole();
|
||||
|
||||
/*
|
||||
|
||||
Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue