MCPcopy
hub / github.com/skevy/graphiql-app / log

Function log

package.js:95–100  ·  view source on GitHub ↗
(plat, arch)

Source from the content-addressed store, hash-verified

93
94
95function log(plat, arch) {
96 return function(err, filepath) {
97 if (err) return console.error(err);
98 console.log(plat + '-' + arch + ' finished!');
99 };
100}

Callers 1

startPackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected