mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +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];
|
parsed_output[key] = parsed_source[key];
|
||||||
}
|
}
|
||||||
progressBar.update(80);
|
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.update(100);
|
||||||
progressBar.stop();
|
progressBar.stop();
|
||||||
|
Reference in New Issue
Block a user