Browse Source

benchmark: strip BOM in dgram/bind-params

PR-URL: https://github.com/nodejs/node/pull/11479
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v6
Anna Henningsen 8 years ago
parent
commit
049709b07d
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 2
      benchmark/dgram/bind-params.js

2
benchmark/dgram/bind-params.js

@ -1,4 +1,4 @@
'use strict';
'use strict';
const common = require('../common.js');
const dgram = require('dgram');

Loading…
Cancel
Save