fix(docs): correct reversed meaning in Korean plugins logging section (#13945)
This commit is contained in:
parent
4fd3141ab5
commit
6e984378d7
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export const CustomToolsPlugin: Plugin = async (ctx) => {
|
||||||
|
|
||||||
### 로깅
|
### 로깅
|
||||||
|
|
||||||
구조화된 로깅을 위한 `client.app.log()` 대신에 `console.log`를 사용하십시오:
|
구조화된 로깅을 위해 `console.log` 대신 `client.app.log()`를 사용하십시오:
|
||||||
|
|
||||||
```ts title=".opencode/plugins/my-plugin.ts"
|
```ts title=".opencode/plugins/my-plugin.ts"
|
||||||
export const MyPlugin = async ({ client }) => {
|
export const MyPlugin = async ({ client }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue