Stephane Seng 5952712085 fix(GITHUB-6525-5172): Rewrite copyDirContentsSyncAllow to call fs-extra::copySync() on the directories instead of calling it on the files to copy individually.
The main motivation behind these changes is to rely on
https://github.com/jprichardson/node-fs-extra/blob/8.1.0/docs/copy-sync.md as
much as possible in order to avoid having to do the
`fullFilePath.replace(srcDir, '')` operation because this operation can be
error-prone.

Doing so fixes the following issues because the user-submitted file paths are
now correctly interpreted by fs-extra, closing both #6525 and #5172.
2019-08-12 23:09:23 +02:00
..
2017-10-06 16:37:19 +03:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2017-05-24 00:16:31 -07:00
2019-06-26 12:43:01 +02:00
2017-05-24 00:16:31 -07:00
2019-07-26 13:36:22 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-03 17:30:26 +02:00
2017-05-25 20:37:29 -07:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00