Commit 1beb649

Anton Medvedev <anton@medv.io>
2022-07-01 21:48:00
Fix which import
1 parent ad7a2cb
Changed files (1)
src/core.ts
@@ -19,7 +19,7 @@ import { Readable, Writable } from 'node:stream'
 import { inspect } from 'node:util'
 import { RequestInfo, RequestInit } from 'node-fetch'
 import chalk, { ChalkInstance } from 'chalk'
-import * as which from 'which'
+import which from 'which'
 import {
   Duration,
   errnoMessage,