Make some small changes according to review points

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-24 13:25:48 +03:00
parent b50606f375
commit 2e1e7c7d7e
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ describe('setup-go', () => {
});
logSpy.mockImplementation(line => {
// uncomment to debug
process.stderr.write('log:' + line + '\n');
//process.stderr.write('log:' + line + '\n');
});
dbgSpy.mockImplementation(msg => {
// uncomment to see debug output