Skip to content

Commit

Permalink
Readjust for promised-io's fb3a3c354b4b978cced1.
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Jul 21, 2010
1 parent 6f8b468 commit 5696d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runner.js
@@ -1,5 +1,5 @@
var when = require("promised-io/promise").when,
print = require("promised-io/sys").print,
print = require("promised-io/process").print,
onError;
exports.run = function(tests){
print("Running tests");
Expand Down

0 comments on commit 5696d3c

Please sign in to comment.