mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
fix: ci
This commit is contained in:
@@ -66,10 +66,6 @@ export async function getProjectSummaryInfo(): Promise<ProjectSummaryInfo> {
|
||||
};
|
||||
|
||||
const timeAgo = getTimeAgo(timestamp);
|
||||
fs.writeFile(
|
||||
'debug.md',
|
||||
`timestamp: ${timestampMatch} \n${timestamp}\n timeAgo: ${timeAgo}\n`,
|
||||
);
|
||||
|
||||
// Parse Overall Goal section
|
||||
const goalSection = content.match(
|
||||
|
||||
Reference in New Issue
Block a user