Skip to content

Commit ae5e9e0

Browse files
author
ionut.stan
committed
Forgot to export ProcessStdIOTransport.
1 parent 8cfd4aa commit ae5e9e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plugins/Client/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ objExports.DebugLogger = require("./DebugLogger");
44
objExports.PrettyBrowserConsoleErrors = require("./PrettyBrowserConsoleErrors");
55
objExports.SignatureAdd = require("./SignatureAdd");
66
objExports.WebSocketTransport = require("./WebSocketTransport");
7+
objExports.ProcessStdIOTransport = require("./ProcessStdIOTransport");
78

89
module.exports = objExports;

0 commit comments

Comments
 (0)