mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-23 09:01:13 +03:00
feat: add slack multi-account routing
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ export function createCliProgress(options: ProgressOptions): ProgressReporter {
|
||||
? createOscProgressController({
|
||||
env: process.env,
|
||||
isTty: stream.isTTY,
|
||||
write: (chunk) => stream.write(chunk),
|
||||
write: (chunk: string) => stream.write(chunk),
|
||||
})
|
||||
: null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user