Skip to content

Commit 167db7d

Browse files
authored
test: updated import for ora
1 parent e884608 commit 167db7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tldr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const sample = require('lodash/sample');
44
const fs = require('fs-extra');
55
const ms = require('ms');
6-
const ora = require('ora');
6+
const ora = await import('ora');
77
const { EmptyCacheError, MissingPageError, MissingRenderPathError } = require('./errors');
88
const Cache = require('./cache');
99
const search = require('./search');

0 commit comments

Comments
 (0)