We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e884608 commit 167db7dCopy full SHA for 167db7d
lib/tldr.js
@@ -3,7 +3,7 @@
3
const sample = require('lodash/sample');
4
const fs = require('fs-extra');
5
const ms = require('ms');
6
-const ora = require('ora');
+const ora = await import('ora');
7
const { EmptyCacheError, MissingPageError, MissingRenderPathError } = require('./errors');
8
const Cache = require('./cache');
9
const search = require('./search');
0 commit comments