Skip to content

Commit 8d67731

Browse files
authored
Add missing chalk import (google#460)
without this, line 60 would throw an error due to chalk being undefined
1 parent ad52d01 commit 8d67731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/experimental.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
import assert from 'node:assert'
16+
import chalk from 'chalk'
1617
import { $, within } from './core.js'
1718
import { sleep } from './goods.js'
1819
import { Duration, parseDuration } from './util.js'

0 commit comments

Comments
 (0)