Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olivab committed Nov 30, 2017
1 parent d2a00d0 commit 0e24fde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var display = {
},
header: (str) => {
console.log('');
console.log(str.underline);
console.log(str);
}
};

Expand Down Expand Up @@ -328,8 +328,9 @@ var g_settings = {

// app entry point

console.log("");
console.log("***************************");
console.log("cordova-res-generator " + pjson.version);
console.log("***************************");

check(g_settings)
.then(() => generate(g_imageObjects, g_settings))
Expand Down

0 comments on commit 0e24fde

Please sign in to comment.