Skip to content

Commit 4958527

Browse files
committed
Fixed type.
1 parent c1bc711 commit 4958527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const sof = { 0xc0: true, 0xc1: true, 0xc2: true, 0xc3: true, 0xc5: true, 0xc6:
3030
const child = require('child_process');
3131
const exec = child.exec;
3232
const spawn = child.spawn;
33-
const middlewares = {};
3433
const Fs = require('fs');
34+
var middlewares = {};
3535

3636
if (!global.framework_utils)
3737
global.framework_utils = require('./utils');

0 commit comments

Comments
 (0)