From 7641da387ebe56556eed1e2fc4f61af6b83b6bf0 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 31 Jul 2017 12:07:22 +0200 Subject: [PATCH] Add semicolon for our dist files in stamp.js (#23182) --- build/stamp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/stamp.js b/build/stamp.js index b76086f1d6..f1868d8795 100644 --- a/build/stamp.js +++ b/build/stamp.js @@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') { (function () { ` const stampEnd = ` -})()` +})();` process.stdout.write(stampTop)