Skip to content

Commit 57874c8

Browse files
committed
change warning to log
1 parent f3bba90 commit 57874c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/games.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var InstalledGamesList = function() {
137137
installedGamesList.unshift({path: gamePath});
138138
added = true;
139139
} else {
140-
console.warn(gamePath + " already installed");
140+
console.log(gamePath + " already installed : overwriting");
141141
}
142142
if (opt_fileList) {
143143
var game = installedGamesList[index];

0 commit comments

Comments
 (0)