Refactor logger class
This commit is contained in:
13
lua/dep.lua
13
lua/dep.lua
@ -1,7 +1,14 @@
|
||||
local logger = require("dep/log")
|
||||
local proc = require("dep/proc")
|
||||
--
|
||||
-- Copyright (c) 2022 chiya.dev
|
||||
--
|
||||
-- Use of this source code is governed by the MIT License
|
||||
-- which can be found in the LICENSE file and at:
|
||||
--
|
||||
-- https://opensource.org/licenses/MIT
|
||||
--
|
||||
|
||||
logger:open()
|
||||
local logger = require("dep.log").global
|
||||
local proc = require("dep.proc")
|
||||
|
||||
local initialized, perf, config_path, base_dir
|
||||
local packages, root
|
||||
|
Reference in New Issue
Block a user