mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
#!/usr/bin/env node
|
|
|
|
const sl = require("spdlog")
|
|
console.log(sl)
|
|
// sl.setAsyncMode(5000, 1000);
|