Skip to content

Commit

Permalink
Get rid of deprecation message
Browse files Browse the repository at this point in the history
As suggested by nisaacson#16 (not sure why @gubi didn't do it)
  • Loading branch information
mchapman authored Feb 15, 2017
1 parent 122cb83 commit d29bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This module can handle multi-page pdf files
*/
var sys = require('sys');
var sys = require('util');
var events = require('events');
var fs = require('fs');
var async = require('async');
Expand Down

0 comments on commit d29bdb9

Please sign in to comment.