mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Adds setting to maintain the use of double quotes
This commit is contained in:
@@ -93,7 +93,7 @@ function mergeFileWithSource(pathToSourceFile, pathToOutputFile) {
|
||||
parsed_output[key] = parsed_source[key];
|
||||
}
|
||||
progressBar.update(80);
|
||||
fs.writeFileSync(pathToOutputFile,JSON5.stringify(parsed_output,{space:'\n '}), {encoding:'utf8'})
|
||||
fs.writeFileSync(pathToOutputFile,JSON5.stringify(parsed_output,{ space:'\n ', quote: '"' }), { encoding:'utf8' })
|
||||
|
||||
progressBar.update(100);
|
||||
progressBar.stop();
|
||||
|
Reference in New Issue
Block a user