remove trailing quote
This commit is contained in:
parent
badad1a08e
commit
52a8eb5644
|
|
@ -108,7 +108,7 @@ describe("bin/uglifyjs", function () {
|
|||
}
|
||||
var command = [
|
||||
uglifyjscmd,
|
||||
"--source-map", "content=" + mapFile + '"',
|
||||
"--source-map", "content=" + mapFile,
|
||||
"--source-map", "url=inline"
|
||||
].join(" ");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user