mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 19:51:11 +00:00
fix(plugins): clean bundled extension lint tail
This commit is contained in:
@@ -298,7 +298,7 @@ export class DiffArtifactStore {
|
||||
id: string,
|
||||
fileName: ArtifactMetaFileName,
|
||||
context: string,
|
||||
): Promise<unknown | null> {
|
||||
): Promise<unknown> {
|
||||
try {
|
||||
const raw = await fs.readFile(this.metaFilePath(id, fileName), "utf8");
|
||||
return JSON.parse(raw) as unknown;
|
||||
|
||||
Reference in New Issue
Block a user