Closed veetil09 closed 7 years ago
fs.writeFileSync(relativeOutputPath.split('?')[0], assetSource); can throw an exception so, it has to be surrounded by a try-catch in case of an exception.
fs.writeFileSync(relativeOutputPath.split('?')[0], assetSource);
fs.writeFileSync(relativeOutputPath.split('?')[0], assetSource);
can throw an exception so, it has to be surrounded by a try-catch in case of an exception.