fix(core): update
This commit is contained in:
@@ -65,6 +65,9 @@ export class DenoDownloader {
|
||||
} catch (error) {
|
||||
console.error(`Error downloading Deno: ${error.message}`);
|
||||
}
|
||||
if (await plugins.smartfile.fs.fileExists(plugins.path.join(paths.nogitDir, 'deno'))) {
|
||||
return;
|
||||
}
|
||||
const smartarchive = await plugins.smartarchive.SmartArchive.fromArchiveFile(outputPath);
|
||||
const directory = plugins.path.dirname(outputPath);
|
||||
console.log(`Extracting deno.zip to ${directory}`);
|
||||
|
||||
Reference in New Issue
Block a user