mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
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…
Reference in a new issue