1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-05-12 18:56:49 +08:00
This commit is contained in:
Bryan MacFarlane 2020-05-02 10:46:48 -04:00
parent ec6092f7d2
commit 1c2f59fb67

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