🚑 fix bad import

This commit is contained in:
maxence-lefebvre 2020-12-01 17:56:44 +01:00 committed by GitHub
parent eafcc9369e
commit 4fcec7348d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");
/**