We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bc711 commit 4958527Copy full SHA for 4958527
1 file changed
image.js
@@ -30,8 +30,8 @@ const sof = { 0xc0: true, 0xc1: true, 0xc2: true, 0xc3: true, 0xc5: true, 0xc6:
30
const child = require('child_process');
31
const exec = child.exec;
32
const spawn = child.spawn;
33
-const middlewares = {};
34
const Fs = require('fs');
+var middlewares = {};
35
36
if (!global.framework_utils)
37
global.framework_utils = require('./utils');
0 commit comments