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 625946e commit ddc1165
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 @@ -310,7 +310,7 @@ describe("fs", function () {

}, function (reason) {
try {
assert(undefined !== reason);
assert(reason instanceof Error);
done();
} catch (e) {
done(e);
Expand Down

0 comments on commit ddc1165

Please sign in to comment.