asd/asd-pc/node_modules/@hyoga/uni-socket.io/lib/support/debug.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

9 lines
222 B
JavaScript

module.exports = function(env) {
return function() {
const arr = [env]
for (let index = 0; index < arguments.length; index++) {
arr[index + 1] = arguments[index]
}
console.log.apply(this, arr)
}
}