mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fix comment content
This commit is contained in:
parent
3947765710
commit
a943d3d0b0
29 changed files with 30 additions and 30 deletions
|
|
@ -800,7 +800,7 @@ const generateTestSamplesTask = function() {
|
|||
'',
|
||||
js,
|
||||
'',
|
||||
'/*----------------------------------------SAMPLE CSS END*/',
|
||||
'/*----------------------------------------SAMPLE JS END*/',
|
||||
'});',
|
||||
'</script>',
|
||||
'</body>',
|
||||
|
|
@ -856,4 +856,4 @@ gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() {
|
|||
gulp.task('ciserver', taskSeries(generateTestSamplesTask, function () {
|
||||
const SERVER_ROOT = path.normalize(path.join(__dirname, './'));
|
||||
createSimpleServer(SERVER_ROOT, 8080);
|
||||
}));
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue