Skip to content

Commit

Permalink
Introduces gpf.fs.read for all hosts (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 14, 2017
1 parent 6ccdd54 commit e5b8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ describe("fs", function () {
it("fails if the file does not exist", function (done) {
gpf.fs.read(gpf.path.join(data, "nope"))
.then(function () {
done("Should not happen");
done(new Error("Should not happen"));

}, function (reason) {
try {
Expand Down

0 comments on commit e5b8915

Please sign in to comment.