Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
egorFiNE committed Apr 17, 2013
1 parent 6b4b1f4 commit 5508e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Symbols.js
Expand Up @@ -37,7 +37,7 @@ Load list of tickers from the database. Essentially will load all directory name
*/

Symbols.prototype.load = function() {
if (!path.existsSync(this.dbPath)) {
if (!fs.existsSync(this.dbPath)) {
return false;
}

Expand Down

0 comments on commit 5508e5c

Please sign in to comment.