mirror of
https://github.com/danbulant/node-x11
synced 2026-07-08 04:30:55 +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();
|
||||
}
|
||||
|
||||
callback(ext);
|
||||
callback(null, ext);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue