Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Add missing extension for fileHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Oct 12, 2023
1 parent 9dbcc97 commit b58c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/doctor/files.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { globSync } from '../shared/fileHelpers';
import { globSync } from '../shared/fileHelpers.js';

export async function fileChecker() {
const fileList = await new Promise((resolve) => {
Expand Down

0 comments on commit b58c952

Please sign in to comment.