upload.js 87 Bytes Raw Blame History Permalink 1 2 3 module.exports = ({code_path, ver, desc}) => { console.log(code_path, ver, desc); };