Update colors

This commit is contained in:
lowlighter
2020-11-06 22:32:44 +01:00
parent 63f05c54e5
commit f922791013
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
//Initialization //Initialization
process.on("unhandledRejection", error => { throw error }) process.on("unhandledRejection", error => { throw error })
colors colors.enable()
/** Test function */ /** Test function */
export default async function test() { export default async function test() {

View File

@@ -13,7 +13,7 @@
const __plugins = path.join(__src, "plugins") const __plugins = path.join(__src, "plugins")
const __templates = path.join(__src, "templates") const __templates = path.join(__src, "templates")
process.on("unhandledRejection", error => { throw error }) process.on("unhandledRejection", error => { throw error })
colors colors.enable()
/** Build function */ /** Build function */
export default async function build({actions = ["build"]} = {}) { export default async function build({actions = ["build"]} = {}) {