h265ize icon indicating copy to clipboard operation
h265ize copied to clipboard

--watch argument: folder name issue

Open MIKAd3v opened this issue 8 years ago • 3 comments
trafficstars

Hello,

It seems that the --watch argument is not working properly when its path contains brackets ("[" or "]"). Strangely, the script runs without any error.

This problem concerns only the --watch argument: the destination and source arguments are working properly.

MIKAd3v avatar Nov 27 '16 15:11 MIKAd3v

Strangely, the script runs without any error.

Unfortunately this is one of the major drawbacks with using Promises (maybe I just don't know how to use them correctly). If I don't catch the errors or they aren't severe enough, they seem to go completely under the radar.

I'll look into your issue.

FallingSnow avatar Nov 27 '16 20:11 FallingSnow

This issue depends upon https://github.com/paulmillr/chokidar/issues/300.

@MIKAd3v I suggest changing directory names if possible for the time being.

FallingSnow avatar Dec 01 '16 01:12 FallingSnow

Thank you :)

MIKAd3v avatar Dec 01 '16 11:12 MIKAd3v