🚑 fix bad import
This commit is contained in:
parent
eafcc9369e
commit
4fcec7348d
|
@ -3,7 +3,7 @@
|
|||
* can be found in the LICENSE.txt file in the project root.
|
||||
*/
|
||||
|
||||
const {InputStream} = require('./InputStream');
|
||||
const InputStream = require('./InputStream');
|
||||
const fs = require("fs");
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue