mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
25 lines
480 B
Plaintext
25 lines
480 B
Plaintext
{
|
|
state: {
|
|
file_system: {
|
|
/watch/parent: 1
|
|
/watch/parent/child: 2
|
|
}
|
|
}
|
|
events: [
|
|
{ kind: "rename-to", paths: ["/watch/parent"] }
|
|
]
|
|
expected: {
|
|
queues: {
|
|
/watch/parent: {
|
|
events: [
|
|
{ kind: "rename-to", paths: ["*"] }
|
|
]
|
|
}
|
|
}
|
|
cache: {
|
|
/watch/parent: 1
|
|
/watch/parent/child: 2
|
|
}
|
|
}
|
|
}
|