Skip to content

Commit

Permalink
v0.0.1-alpha.2 Fixed console.debug error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed May 10, 2018
1 parent d33476b commit f0b2133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/assetguard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ class AssetGuard extends EventEmitter {
if(concurrentDlQueue.length === 0){
return false
} else {
console.debug('DLQueue', concurrentDlQueue)
console.log('DLQueue', concurrentDlQueue)
async.eachLimit(concurrentDlQueue, limit, (asset, cb) => {
let count = 0;
mkpath.sync(path.join(asset.to, ".."))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "westeroscraftlauncher",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Custom modded launcher for Westeroscraft",
"productName": "WesterosCraft Launcher",
"main": "index.js",
Expand Down

0 comments on commit f0b2133

Please sign in to comment.