Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Sep 6, 2011
1 parent 62b99a0 commit 7ceff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/test-handle-exceptions.js
@@ -1,5 +1,5 @@
var common = require('../common');
var airbrake = require(common.dir.root).createClient()
var airbrake = require(common.dir.root).createClient();
var assert = require('assert');
var sinon = require('sinon');

Expand Down

0 comments on commit 7ceff09

Please sign in to comment.