Skip to content

One file is not syncing #77

@beshur

Description

@beshur

Hi.

At some point my sync was broken.
One single file was not syncing - nor on save, neither on opening.
I didn't change config and it worked fine before.
Whole project syncs, but not that one file (it exists on remote server for sure).

In Atom devtools have the following:
atom-sync Uncaught (in promise) TypeError: Cannot read property 'indexOf' of undefined at .../packages/atom-sync/lib/helper/config-helper.coffee:35:50

Config looks fine (indentations ok):

remote:
  host: "..."
  user: "..."
  path: "..."
behaviour:
  uploadOnSave: true
  syncDownOnOpen: true
  forgetConsole: false
  autoHideConsole: true
  alwaysSyncAll: false
option:
  deleteFiles: true
  exclude: [
    "vendor"
    "mobile"
    "desktop"
    "ads"
    "minified-assets"
    "minified-assets-prod"
    "node_modules"
    ".sync-config.cson"
    ".atomignore"
    ".editorconfig"
    ".DS_Store"
  ]

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions