Open plastikfan opened 5 years ago
Note, we can block on the outcome of a promise by using async. So once we create the promise to load the large xml config file, we async await on the created promise, then proceed.
See: await
First define synchronous version then add async version using promisify
Already fixed as part of feat #13.