3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-22 18:19:33 +01:00
This commit is contained in:
Bryan MacFarlane 2020-05-02 10:46:48 -04:00
parent ec6092f7d2
commit 1c2f59fb67

View file

@ -52,7 +52,6 @@ describe('authutil tests', () => {
}); });
}, 100000); }, 100000);
function dbg(message: string) { function dbg(message: string) {
process.stderr.write('dbg::' + message + '::\n'); process.stderr.write('dbg::' + message + '::\n');
} }