Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed May 31, 2011
1 parent 8dddac2 commit f4cb46e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.js
@@ -1,6 +1,7 @@
#!/usr/bin/env node
var fs = require('fs'),
orderly = new require('./orderlyqueue');
Orderly = require('./orderlyqueue'),
orderly = new Orderly();

orderly.queue(['/home', '/etc'])
.process(function (path, handle, error) {
Expand Down

0 comments on commit f4cb46e

Please sign in to comment.