mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Fix missing colors dependency, simplify version warning
This commit is contained in:
parent
6a4a45711b
commit
8635f2f3d8
2 changed files with 8 additions and 24 deletions
|
|
@ -9,7 +9,7 @@
|
|||
// ```
|
||||
|
||||
const {readFileSync, writeFileSync} = require("fs");
|
||||
const colors = require("colors/safe");
|
||||
const colors = require("chalk");
|
||||
const log = require("../src/log");
|
||||
const {join} = require("path");
|
||||
const {spawnSync} = require("child_process");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue