plastikfan / zenobia

Regular expression based file management library
MIT License
0 stars 0 forks source link

Add ability to handle and load an xml config #5

Open plastikfan opened 5 years ago

plastikfan commented 5 years ago
plastikfan commented 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

plastikfan commented 5 years ago

First define synchronous version then add async version using promisify

plastikfan commented 5 years ago

Already fixed as part of feat #13.