You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Hello,
I looked into your code and found the issue:
My config file had root: '.'.
In file-utility.ts:174, existingFiles was something like [ './schemas/dbo.sql', ... ], but in file-utility.ts:148 after normalizing, the filename was 'schemas/dbo.sql.
After changing the configuration to root: './', normalization works as expected, and files are no longer removed.
Describe the Issue
Using the command line
cmd
on Windows 10,ssc pull
will not update the files, but delete them if they already exist.Expected behavior
As advertised, the tool should update changed files, based on
cache.json
Steps to Reproduce
Run
ssc pull
in Windows terminal two times one after another.Workaround
Delete all files before
ssc pull
The text was updated successfully, but these errors were encountered: