mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix: prepublish changes to package names (#1420)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import { promises as fs } from 'fs';
|
||||
import { join } from 'path';
|
||||
import { getProjectTempDir } from '@gemini-cli/core';
|
||||
import { getProjectTempDir } from '@google/gemini-cli-core';
|
||||
|
||||
export async function cleanupCheckpoints() {
|
||||
const tempDir = getProjectTempDir(process.cwd());
|
||||
|
||||
Reference in New Issue
Block a user