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

Commit df7b66e

Browse files
committed
test: Adds missing semicolon -.-
1 parent b62af9c commit df7b66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var Lab = require('lab');
1010
// Test shortcuts
1111

1212
// This is a hack for node 0.8.x
13-
global.setImmediate = global.setImmediate || process.nextTick.bind(process)
13+
global.setImmediate = global.setImmediate || process.nextTick.bind(process);
1414

1515
var lab = exports.lab = Lab.script();
1616
var expect = Code.expect;

0 commit comments

Comments
 (0)