modify the indentation symbol

This commit is contained in:
asvow
2024-07-30 20:06:46 +08:00
committed by GitHub
parent b537a513b3
commit a3fc0c24f4

View File

@@ -17,9 +17,11 @@ var callServiceList = rpc.declare({
params: ['name'],
expect: { '': {} }
});
function enquoteBigNumber(str) {
return str.replace(/("\w+"):\s*(\d+)/g, '$1:"$2"');
return str.replace(/("\w+"):\s*(\d+)/g, '$1:"$2"');
}
function getStatus() {
var status = {};
return Promise.resolve(callServiceList('tailscale')).then(function (res) {