mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(scripts): consolidate redundant tooling paths (#118259)
This commit is contained in:
committed by
GitHub
parent
15560382a2
commit
9b8e50b9f6
@@ -9,7 +9,7 @@ import { pathToFileURL } from "node:url";
|
||||
import { promisify } from "node:util";
|
||||
import { formatErrorMessage } from "../../src/infra/errors.ts";
|
||||
import { createPluginStateKeyedStore } from "../../src/plugin-state/plugin-state-store.ts";
|
||||
import { readBoundedResponseText } from "../lib/bounded-response.ts";
|
||||
import { readBoundedResponseText } from "../lib/bounded-response.mjs";
|
||||
import {
|
||||
maskIdentifier,
|
||||
parseStrictIntegerOption,
|
||||
|
||||
@@ -3,7 +3,7 @@ import { mkdtemp, rm, writeFile } from "node:fs/promises";
|
||||
import { tmpdir } from "node:os";
|
||||
import path from "node:path";
|
||||
import { pathToFileURL } from "node:url";
|
||||
import { readBoundedResponseText } from "../lib/bounded-response.ts";
|
||||
import { readBoundedResponseText } from "../lib/bounded-response.mjs";
|
||||
import {
|
||||
parseStrictIntegerOption,
|
||||
previewForDevToolLog,
|
||||
|
||||
Reference in New Issue
Block a user