Skip to content

Commit abf30c4

Browse files
author
Guillaume Chau
committed
Merge branch 'v3' into dev
2 parents aeee7fa + 3eabfad commit abf30c4

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)