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:
parent
5d0d951501
commit
7509b192e7
@ -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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user