Skip to content

Commit

Permalink
feat: 完成导入epub基础功能
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 16, 2023
1 parent c5c43a9 commit e6cf277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/simple-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ interface ILogger {
}

/**
* 为了在日志系统加载之前记录一些东西,这里写了一个简单的日志工具,仅在 core 使用
* 一个简单轻量级的日志记录器
*
* @author terwer
* @version 0.1.0
* @since 0.1.0
* @version 1.0.0
* @since 1.0.0
*/
export const createLogger = (name: string): ILogger => {
const sign = "importer"
Expand Down

0 comments on commit e6cf277

Please sign in to comment.