Compare commits

...

1 Commits

Author SHA1 Message Date
David Verdeguer 7eb74d3a00 Update setup-tracer.ts 2020-08-19 11:00:37 +02:00
+4
View File
@@ -200,6 +200,10 @@ async function run() {
try {
const sourceRoot = path.resolve();
const blah = 10;
for (let i = 0; i <= blah; i++)
console.log(i)
// Forward Go flags
const goFlags = process.env['GOFLAGS'];