UNPKG

623 BJavaScriptView Raw
1"use strict";
2// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3// See LICENSE in the project root for license information.
4Object.defineProperty(exports, "__esModule", { value: true });
5exports.Debug = void 0;
6class Debug {
7 // To debug the plugin, temporarily uncomment the body of this function
8 static log(message) {
9 // message = require("process").pid + ": " + message;
10 // console.log(message);
11 // require('fs').writeFileSync('C:\\Git\\log.txt', message + '\r\n', { flag: 'as' });
12 }
13}
14exports.Debug = Debug;
15//# sourceMappingURL=Debug.js.map
\No newline at end of file