Skip to content

BUG: File gets deleted on client randomly sometimes #6

@CTNOriginals

Description

@CTNOriginals

log:

OnFileCreate: ...cwd/hack/batcher/controller.ts
OnResponse 22: {
  Definition: &{pushFile [filename content server] {0 false []}}
  Request: {
  "method": "pushFile",
   "params": {
    "filename": "hack/batcher/controller.ts",
    "content": "...",
    "server": "home"
   }
  }
  Response: OK
  IsError: false
}
OnFileModify: ...cwd/hack/batcher/controller.ts
OnResponse 23: {
  Definition: &{pushFile [filename content server] {0 false []}}
  Request: {
  "method": "pushFile",
   "params": {
    "filename": "hack/batcher/controller.ts",
    "content": "...",
    "server": "home"
   }
  }
  Response: OK
  IsError: false
}
OnFileModify: ...cwd/hack/batcher/controller.ts
OnResponse 24: {
  Definition: &{pushFile [filename content server] {0 false []}}
  Request: {
  "method": "pushFile",
   "params": {
    "filename": "hack/batcher/controller.ts",
    "content": "...",
    "server": "home"
   }
  }
  Response: OK
  IsError: false
}
OnFileDelete: ...cwd/hack/batcher/controller.ts
OnResponse 25: {
  Definition: &{deleteFile [filename server] {0 false []}}
  Request: {
  "method": "deleteFile",
   "params": {
    "filename": "hack/batcher/controller.ts",
    "server": "home"
   }
  }
  Response: OK
  IsError: false
}
OnFileCreate: ...cwd/hack/batcher/controller.ts
OnResponse 26: {
  Definition: &{pushFile [filename content server] {0 false []}}
  Request: {
  "method": "pushFile",
   "params": {
    "filename": "hack/batcher/controller.ts",
    "content": "...",
    "server": "home"
   }
  }
  Response: OK
  IsError: false
}
OnFileModify: ...cwd/hack/batcher/controller.ts
OnResponse 27: {
  Definition: &{pushFile [filename content server] {0 false []}}
  Request: {
  "method": "pushFile",
   "params": {
    "filename": "hack/batcher/controller.ts",
    "content": "...",
    "server": "home"
   }
  }
  Response: OK
  IsError: false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions