remove trailing quote

This commit is contained in:
Alex Lam S.L 2018-03-31 10:49:20 +00:00 committed by GitHub
parent badad1a08e
commit 52a8eb5644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(" ");