Comparing version 0.0.13 to 0.0.14
@@ -113,6 +113,6 @@ "use strict"; | ||
function init(level = 'info', options = {}) { | ||
var _a; | ||
var _a, _b; | ||
prefix = (_a = options.prefix) !== null && _a !== void 0 ? _a : `[${constants_1.DEFAULT_NAME}]`; | ||
debugPrefix = options.debugPrefix; | ||
allowClearScreen = options.allowClearScreen; | ||
allowClearScreen = (_b = options.allowClearScreen) !== null && _b !== void 0 ? _b : true; | ||
thresh = exports.LogLevels[level]; | ||
@@ -119,0 +119,0 @@ outputDebug = createDebugger(debugPrefix || prefix); |
{ | ||
"name": "takin", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Front end engineering base toolchain and scaffold", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
107526