mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-22 03:20:37 +00:00
more output
This commit is contained in:
parent
20f59b6af7
commit
97e5a847b8
7
lib/extensions/admin/dist/upgrade.js
vendored
7
lib/extensions/admin/dist/upgrade.js
vendored
@ -1,4 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
module.exports = function () {
|
module.exports = function (pkg, root, cb) {
|
||||||
return "placeholder upgrade: nothing to do yet";
|
process.nextTick(function () {
|
||||||
|
cb(null, { message: "upgrade complete" });
|
||||||
|
});
|
||||||
|
return { message: "placeholder upgrade: nothing to do yet" };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user