mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 06:59:30 -06:00
secure cookie error crash (#2685)
- fixes #1264 - fixes #1321 - fixes #1799 - fixes #2689 - fixes #2688 - fixes #2687 - fixes #2686
This commit is contained in:
@@ -51,7 +51,8 @@ function makeUserPackageFile () {
|
||||
.then((json) => {
|
||||
return fs.outputJsonAsync(packageJsonDest, json, {
|
||||
spaces: 2,
|
||||
}).then(() => json) // returning package json object makes it easy to test
|
||||
})
|
||||
.return(json) // returning package json object makes it easy to test
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user