We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bba90 commit 57874c8Copy full SHA for 57874c8
1 file changed
lib/games.js
@@ -137,7 +137,7 @@ var InstalledGamesList = function() {
137
installedGamesList.unshift({path: gamePath});
138
added = true;
139
} else {
140
- console.warn(gamePath + " already installed");
+ console.log(gamePath + " already installed : overwriting");
141
}
142
if (opt_fileList) {
143
var game = installedGamesList[index];
0 commit comments