You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
🐛 the console keeps showing Waiting for the debugger to disconnect...
console.log(process.version, process.argv);
class Data {
}
const map = new Map();
let c = 0;
while (c++ < 1000) {
map.set(new Data(), Math.ceil(Math.random() * 10000).toString(17));
}
console.log(map.size);
for (const entry of map) {
console.log(entry);
}
console.log('disconnect');
Waiting for the debugger to disconnect...
The text was updated successfully, but these errors were encountered: