cdbrelease/mylog.js
Aaron Suen 8362e41b0e Metadata editing, releasing via the API
Left to do:
- test out including commit hash, when ruben
  finishes implementing this in the API.
- screenshot reconciliation.
2021-02-27 11:20:52 -05:00

3 lines
74 B
JavaScript

'use strict';
module.exports = msg => console.warn(`cdbrelease: ${msg}`);