From 6fe08475ff655c9049e660f878d18a3092694a97 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 3 Jul 2019 19:58:41 +0200 Subject: [PATCH] windows build fix --- terminus-ssh/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-ssh/webpack.config.js b/terminus-ssh/webpack.config.js index bf5efa9a..c7800c90 100644 --- a/terminus-ssh/webpack.config.js +++ b/terminus-ssh/webpack.config.js @@ -46,7 +46,7 @@ module.exports = { 'keytar', 'path', 'ngx-toastr', - 'windows-process-tree/build/Release/windows_process_tree.node', + '@terminus-term/windows-process-tree', /^rxjs/, /^@angular/, /^@ng-bootstrap/,