Add semicolon for our dist files in stamp.js (#23182)
This commit is contained in:
parent
3fb818a957
commit
7641da387e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') {
|
|||
(function () {
|
||||
`
|
||||
const stampEnd = `
|
||||
})()`
|
||||
})();`
|
||||
|
||||
process.stdout.write(stampTop)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue