Skip to content

Commit 3567bd1

Browse files
committed
fix(imessage): use plugin sdk text helper
1 parent dd036d9 commit 3567bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/imessage/src/cli-output.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Imessage plugin module implements cli output behavior.
22
import type { ChildProcessWithoutNullStreams } from "node:child_process";
3-
import { sliceUtf16Safe } from "@openclaw/normalization-core/utf16-slice";
3+
import { sliceUtf16Safe } from "openclaw/plugin-sdk/text-utility-runtime";
44

55
const IMESSAGE_CLI_STDOUT_MAX_CHARS = 8 * 1024 * 1024;
66
const IMESSAGE_CLI_STDERR_TAIL_CHARS = 64 * 1024;

0 commit comments

Comments
 (0)