We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95dc2 commit 133cdfbCopy full SHA for 133cdfb
packages/@vue/cli-ui/src/graphql-api/connectors/cwd.js
@@ -7,5 +7,8 @@ module.exports = {
7
set: (value, context) => {
8
cwd = value
9
context.pubsub.publish(channels.CWD_CHANGED, { cwdChanged: value })
10
+ try {
11
+ process.chdir(value)
12
+ } catch (err) {}
13
}
14
0 commit comments