Skip to content

Commit 81e3e18

Browse files
authored
dont use await to import from cheerio (#4282)
1 parent d308423 commit 81e3e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import express from 'express';
55
import { glob } from 'glob';
66
import { LinkChecker } from 'linkinator';
77

8-
const cheerio = await import('cheerio');
8+
import * as cheerio from 'cheerio';
99

1010
function displayErrors(err, stdout, stderr) {
1111
if (err) {

0 commit comments

Comments
 (0)