wip(lab): Working on crash reporting in the new dev env
This commit is contained in:
parent
f100691a92
commit
8a2a13f240
7 changed files with 164 additions and 61 deletions
|
@ -15,7 +15,7 @@ const preload = {
|
|||
if (result.data.files['pattern.yaml'].content) {
|
||||
let g = yaml.load(result.data.files['pattern.yaml'].content)
|
||||
if (g.design !== pattern.config.name) return [
|
||||
false, `You tried loading a configuration for ${g.design} into a ${design} development environment`
|
||||
false, `You tried loading a configuration for ${g.design} into a ${pattern.config.name} development environment`
|
||||
]
|
||||
|
||||
return g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue