Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 128725f

Browse files
committed
feat: export logger util method for xconsole-logger
1 parent 99a1038 commit 128725f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/console-utils/xconsole-logger/src/logger.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from './constants'
1010

1111

12-
const logSpm = (spma, spmb) => {
12+
export const logSpm = (spma, spmb) => {
1313
try {
1414
const queue = get(window, 'goldlog_queue', [])
1515
const checksum = getChecksum(spma, spmb)
@@ -29,7 +29,7 @@ const logSpm = (spma, spmb) => {
2929
} catch (error) {}
3030
}
3131

32-
const setArmsPage = function (path) {
32+
export const setArmsPage = function (path) {
3333
try {
3434
window.__bl && window.__bl.setPage && window.__bl.setPage(path, false)
3535
} catch (error) {}

packages/xconsole/xconsole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.2.13"}
1+
{"version":"2.2.14"}

0 commit comments

Comments
 (0)