Navigation Menu

Skip to content

Commit

Permalink
Reduce "Tab"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 14, 2012
1 parent c241a78 commit 50e7884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/database/domain.js
Expand Up @@ -310,9 +310,9 @@ Domain.prototype = {
getResult = this.context.commandSync('get', options);
} catch (error) {
if (/nonexistent key:/.test(error.message)) {
return null;
return null;
} else {
throw error;
throw error;
}
}

Expand Down

0 comments on commit 50e7884

Please sign in to comment.