mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update machine-uuid-mysql.js
This commit is contained in:
parent
ace15e3248
commit
2064d40bc9
|
@ -27,9 +27,14 @@ function register() {
|
|||
|
||||
function main(args) {
|
||||
var result = register();
|
||||
var last_id = result.last_id;
|
||||
|
||||
console.log("LAST_ID: " + last_id);
|
||||
|
||||
var status = result.status;
|
||||
if (status == 200) {
|
||||
var last_id = result.last_id;
|
||||
console.log("LAST_ID: " + last_id);
|
||||
} else {
|
||||
console.error("Error code: " + status);
|
||||
}
|
||||
}
|
||||
|
||||
exports.main = main;
|
||||
|
|
Loading…
Reference in New Issue
Block a user