Update colors
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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"]} = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user