refactor: minor tweak

This commit is contained in:
jamesgeorge007
2020-02-01 22:56:25 +05:30
parent ad041a5cf1
commit 0f55b8ee8a

View File

@@ -1852,7 +1852,7 @@ export default {
) )
.join()}}` .join()}}`
); );
return JSON.stringify(obj); return JSON.stringify(obj, null, 2);
} catch (ex) { } catch (ex) {
return "invalid"; return "invalid";
} }