Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit b70477d

Browse files
committed
fix
1 parent e596bd0 commit b70477d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎packages/shared-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/console-toolkit-shared-utils",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "console toolkit shared utils functions",
55
"scripts": {
66
"ci": "npm run lint && npm run compile && npm run cov",

‎packages/shared-utils/src/debug.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import *asd from 'debug';
1+
import d from 'debug';
22

33
const PREFIX = 'breezr';
44

@@ -9,7 +9,6 @@ const loggerMap: {
99
export const debug = (tag: string, format: any, ...args: any[]) => {
1010
const namespace = `${PREFIX}:${tag}`;
1111
if (!loggerMap[namespace]) {
12-
// @ts-ignore
1312
loggerMap[namespace] = d(namespace);
1413
}
1514

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /