From a994ce5e667a13b42d93b11a41df35a9baa206d1 Mon Sep 17 00:00:00 2001 From: Chad Killingsworth Date: Sun, 6 May 2018 20:27:42 -0700 Subject: [PATCH] Remove stray character --- lib/node/closure-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node/closure-compiler.js b/lib/node/closure-compiler.js index 3d1f6f1b..bd0b042a 100644 --- a/lib/node/closure-compiler.js +++ b/lib/node/closure-compiler.js @@ -30,7 +30,7 @@ const contribPath = path.dirname(compilerPath) + '/contrib'; class Compiler { /** - = * @param {Object|Array} args + * @param {Object|Array} args * @param {Array=} extraCommandArgs */ constructor(args, extraCommandArgs) {