Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde6b22c

Browse files
committed
Replaces __dirname to process.cwd()
1 parent95caf14 commitde6b22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export async function cli(args) {
156156
break;
157157

158158
case'create':
159-
create(__dirname);
159+
create(process.cwd());
160160
break;
161161
}
162162
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp