Skip to content

Commit

Permalink
Update install.ts
Browse files Browse the repository at this point in the history
Remove unused writeFile import
  • Loading branch information
ronitagarwala01 authored Nov 21, 2023
1 parent 0824151 commit e21517c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import fetch from 'make-fetch-happen'
import { Extract as unzip } from 'unzip-stream'
import { x as untar } from 'tar'
import { cache, exists, mkdirP } from './paths.js'
import { writeFile } from 'fs/promises'

Check warning on line 16 in install.ts

View workflow job for this annotation

GitHub Actions / build / build (20, ubuntu-latest)

'writeFile' is defined but never used

Check warning on line 16 in install.ts

View workflow job for this annotation

GitHub Actions / build / build (18, ubuntu-latest)

'writeFile' is defined but never used
const version = '2.11.0'

Expand Down

0 comments on commit e21517c

Please sign in to comment.