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