Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Sep 4, 2020
1 parent ca5ff96 commit c9b97ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ class Api {
fs.writeFileSync(path != undefined ? `${path}/${b}.osu` : `${b}.osu`, diff, 'utf-8');
ex('done');
};
} catch (err) { console.log(`\n\nosu-api-ex | diffFile => ${JSON.stringify(obj)}`, err, '\n\n'); }
} catch (err) { console.log(`\n\nosu-api-ex | diffFile => ${b}`, err, '\n\n'); }
});
}
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osu-api-extended",
"version": "0.4.9",
"version": "0.5.0",
"description": "Package for advanced work with 'osu' api",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit c9b97ea

Please sign in to comment.