Skip to content

Commit 3eabfad

Browse files
author
Guillaume Chau
committed
fix(task): ENV_VAR=value broken in commands
1 parent 0dbfa5a commit 3eabfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/apollo-server/util/parse-args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @param {string} args
33
*/
44
exports.parseArgs = function (args) {
5-
const parts = args.split(/\s+|=/)
5+
const parts = args.split(/\s+/)
66
const result = []
77
let arg
88
let index = 0

0 commit comments

Comments
 (0)