Skip to content

Commit e03c6b8

Browse files
committed
fix: change console.log to showMsg
1 parent 3da015a commit e03c6b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { handlePopup } from './utils/handle-popup'
1414
import { renderButton } from './utils/render-button'
1515

1616
const main = async () => {
17-
console.log('logseq-wordcount-plugin loaded')
17+
logseq.UI.showMsg('logseq-wordcount-plugin loaded')
1818

1919
logseq.provideStyle(css)
2020
handlePopup()

0 commit comments

Comments
 (0)