mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
|
{
|
||
|
state: {}
|
||
|
errors: [
|
||
|
{ kind: "max-files-watch" }
|
||
|
{ kind: "path-not-found", paths: ["/watch/file"] }
|
||
|
]
|
||
|
expected: {
|
||
|
errors: [
|
||
|
{ kind: "max-files-watch" }
|
||
|
{ kind: "path-not-found", paths: ["/watch/file"] }
|
||
|
]
|
||
|
}
|
||
|
}
|