Skip to content

Commit 10f3ae3

Browse files
committed
fix: update glob usage
Signed-off-by: Wei Wu <[email protected]>
1 parent 4c8cfcf commit 10f3ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/check-copyright.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { readFileSync, writeFileSync } from "fs";
2-
import glob from "glob";
2+
import { glob } from "glob";
33

44
// These files will not be checked for copyright information
55
const filesToIgnore = [

tools/locale.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { readFileSync, writeFileSync } from "fs";
2-
import glob from "glob";
2+
import { glob } from "glob";
33
import csv from "papaparse";
44
import { dirname, isAbsolute, join } from "path";
55
import { fileURLToPath } from "url";

0 commit comments

Comments
 (0)