MCPcopy
hub / github.com/vladikoff/chromeos-apk / success

Function success

chromeos-apk.js:12–15  ·  view source on GitHub ↗
(appPath)

Source from the content-addressed store, hash-verified

10var parseApk = require('./lib/parseApk');
11
12function success(appPath) {
13 console.log(chalk.green('Directory "', appPath, '" created. Copy that directory onto your Chromebook and use "Load unpacked extension" to load the application.'));
14 process.exit(0);
15}
16
17module.exports = function (callback) {
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected