500


Application Version: 0.7.19.1121 Beta

adminSystem - Gogs: Go Git Service

Aucune description

devlog.js 297B

    "use strict"; var inspect = require("util").inspect; function log(data) { console.log( inspect(data, {depth:null, colors:true}) ); } function logAll(data) { console.log( inspect(data, {depth:null, showHidden:true, colors:true}) ); } module.exports = { log: log, logAll: logAll };