mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
Norme
This commit is contained in:
parent
b69f67222b
commit
0c95b39c28
1 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ exports.requireExt = function(display, callback)
|
||||||
X.pack_stream.flush();
|
X.pack_stream.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
callback(ext);
|
callback(null, ext);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue