Skip to content

Commit 8df7e5c

Browse files
committed
Fix typo in gulpfile
1 parent 9ecfa8e commit 8df7e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gulp.task('default', [
5858
'statics',
5959
'monaco',
6060
'old-browserfs',
61-
['old-vscode'],
61+
'old-vscode',
6262
]);
6363

6464
gulp.task('clean-vscode', rimraf('standalone-packages/monaco-editor-core'));

0 commit comments

Comments
 (0)