1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-06 19:12:26 +02:00

Wrap file paths in single quotes

This commit is contained in:
Ryan Greenup 2020-07-17 03:09:23 +10:00
parent 9bd277d9e9
commit 5d0d951501

View File

@ -84,7 +84,7 @@ for (let j = 0; j < noteFilePathList.length; j++) {
process.stdout.write("tmsu tag")
process.stdout.write(" ")
process.stdout.write(filePath)
process.stdout.write(" '" + filePath + "'\n")
process.stdout.write(" ")
process.stdout.write(" '" + thetags[i] + "'\n")
}