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 529f1ee commit c8224deCopy full SHA for c8224de
packages/@vue/cli-ui/apollo-server/connectors/tasks.js
@@ -225,7 +225,7 @@ async function run (id, context) {
225
226
// Process command containing args
227
if (command.indexOf(' ')) {
228
- const parts = command.split(/\s+|=/)
+ const parts = command.split(/\s+/)
229
command = parts.shift()
230
args = parts
231
}
0 commit comments