Skip to content

Commit eb01ed7

Browse files
committed
Fix import name for Node 8
1 parent 8e8aa6e commit eb01ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/batch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
'use strict'
2020

21-
const util = require('node:util');
21+
const util = require('util');
2222

2323
const _ = require('lodash')
2424
const async = require('async')

0 commit comments

Comments
 (0)