Skip to content

Commit 24edd93

Browse files
troy351Akryum
authored andcommitted
fix(plugin api): cwd is not a function #1876 (#1877)
1 parent d30475b commit 24edd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/apollo-server/api/PluginApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class PluginApi {
415415
* Get current working directory.
416416
*/
417417
getCwd () {
418-
return this.cwd()
418+
return this.cwd
419419
}
420420

421421
/**

0 commit comments

Comments
 (0)