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

[FIX] Wrapped in '' but NOT \n

This commit is contained in:
Ryan Greenup 2020-07-17 03:27:22 +10:00
parent 5d0d951501
commit 7509b192e7

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 + "'\n")
process.stdout.write(" '" + filePath + "'")
process.stdout.write(" ")
process.stdout.write(" '" + thetags[i] + "'\n")
}