When running firebase emulators:start --import <target folder> --export-on-exit and the <target folder> does not exist, the export does not occur.
Expected behavior
When running the emulator with a target folder for import flag that does not exist and an export-on-exit flag, the export functionality creates the folder structure and performs the export.
Actual behavior
The export does not get performed.