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
..
2019-08-05 08:19:56 -05:00
2019-08-05 16:37:17 +02:00
2019-06-26 12:43:01 +02:00
2019-08-06 22:00:03 +02:00
2019-08-06 22:00:03 +02:00
2019-06-26 12:43:01 +02:00
2019-07-01 13:05:49 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00
2019-07-16 16:11:45 -04:00
2019-06-26 12:43:01 +02:00
2019-07-19 16:47:45 +02:00
2019-07-19 17:46:08 +02:00
2019-06-26 12:43:01 +02:00
2019-06-26 12:43:01 +02:00