mirror of https://github.com/sveltejs/svelte
parent
2cf8129b57
commit
0ab38a9e46
@ -1,3 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
error: "Cannot access 'c' before initialization"
|
error(assert, err) {
|
||||||
|
assert.ok(err.message === "Cannot access 'c' before initialization" || err.message === 'c is not defined');
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in new issue