Currently, if creating a symlink on Windows fails due to `ERROR_ACCESS_DENIED`, you'll get an error message like: ``` Error: ERROR_ACCESS_DENIED file system exception thrown while trying to create a symlink from source to dest ``` The `source` and `dest` paths are incorrect. This will help us debug: https://github.com/flutter/flutter/issues/153758