mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-19 22:00:20 -06:00
fix(tasks): parameters
This commit is contained in:
@@ -137,7 +137,7 @@ function getSavedData (id, context) {
|
||||
id
|
||||
}).value()
|
||||
// Clone
|
||||
data = JSON.parse(JSON.stringify(data))
|
||||
if (data != null) data = JSON.parse(JSON.stringify(data))
|
||||
return data
|
||||
}
|
||||
|
||||
@@ -149,7 +149,7 @@ function updateSavedData (data, context) {
|
||||
}
|
||||
}
|
||||
|
||||
async function getPrompts (id, context) {
|
||||
function getPrompts (id, context) {
|
||||
return restoreParameters({ id }, context)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user