mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
12 lines
661 B
JavaScript
12 lines
661 B
JavaScript
"use strict";
|
|
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = default_1;
|
|
const watch = process.platform === 'win32' ? require('./watch-win32') : require('vscode-gulp-watch');
|
|
function default_1(...args) {
|
|
return watch.apply(null, args);
|
|
}
|
|
//# sourceMappingURL=index.js.map
|