Skip to content

Commit c103036

Browse files
this is still missing logging
1 parent 67db947 commit c103036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/format/format-filenames.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @module {type ES6Module} build/tasks/format/format-filenames
66
*/
77

8-
import { promises as fsp, readdirSync, renameSync } from 'node:fs';
8+
import { renameSync } from 'node:fs';
99
import { format as pathFormat, parse as pathParse } from 'node:path';
1010
import { kebabCase } from 'change-case';
1111
import recursive from 'recursive-readdir';

0 commit comments

Comments
 (0)