Skip to content

Commit b0cb7c9

Browse files
committed
fix: util import
1 parent 488ce9d commit b0cb7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { mkdir, readdir, readFile, rename, writeFile } from 'fs/promises';
66
import { join, dirname } from 'path';
77
import { render } from 'ejs';
88
import child_process from 'child_process';
9-
import { promisify } from 'node:util';
9+
import { promisify } from 'util';
1010

1111
const exec = promisify(child_process.exec);
1212

0 commit comments

Comments
 (0)