UNPKG

797 BSource Map (JSON)View Raw
1{"version":3,"file":"Debug.js","sourceRoot":"","sources":["../src/Debug.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,MAAa,KAAK;IAChB,uEAAuE;IAChE,MAAM,CAAC,GAAG,CAAC,OAAe;QAC/B,qDAAqD;QACrD,wBAAwB;QACxB,qFAAqF;IACvF,CAAC;CACF;AAPD,sBAOC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\r\n// See LICENSE in the project root for license information.\r\n\r\nexport class Debug {\r\n // To debug the plugin, temporarily uncomment the body of this function\r\n public static log(message: string): void {\r\n // message = require(\"process\").pid + \": \" + message;\r\n // console.log(message);\r\n // require('fs').writeFileSync('C:\\\\Git\\\\log.txt', message + '\\r\\n', { flag: 'as' });\r\n }\r\n}\r\n"]}
\No newline at end of file