mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:51:28 +08:00
13 lines
633 B
Plaintext
13 lines
633 B
Plaintext
```js
|
|
{
|
|
stack: 'Error: Your button is not working\n' +
|
|
' at Object.<anonymous> ($SNIP/test.js:39:27)\n' +
|
|
' at Module._compile (node:internal/modules/cjs/loader:1103:14)\n' +
|
|
' at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)\n' +
|
|
' at Module.load (node:internal/modules/cjs/loader:981:32)\n' +
|
|
' at Function.Module._load (node:internal/modules/cjs/loader:822:12)\n' +
|
|
' at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)\n' +
|
|
' at node:internal/main/run_main_module:17:47',
|
|
message: 'Your button is not working'
|
|
}
|
|
``` |