From 52a8eb5644a74c4e0e21b7c7b4543325f9697e21 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sat, 31 Mar 2018 10:49:20 +0000 Subject: [PATCH] remove trailing quote --- test/mocha/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha/cli.js b/test/mocha/cli.js index df5b81f7..9aaad193 100644 --- a/test/mocha/cli.js +++ b/test/mocha/cli.js @@ -108,7 +108,7 @@ describe("bin/uglifyjs", function () { } var command = [ uglifyjscmd, - "--source-map", "content=" + mapFile + '"', + "--source-map", "content=" + mapFile, "--source-map", "url=inline" ].join(" ");