Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit b4e48dd

Browse files
-e command line option added.
1 parent 493745f commit b4e48dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/js/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,8 @@ var App = (function(App, undefined) {
976976

977977
params.push(path.join(jarDirectory, "iri" + (isTestNet ? "-testnet" : "") + ".jar"));
978978

979+
params.push("-e");
980+
979981
params.push("-p");
980982
params.push(settings.port);
981983

0 commit comments

Comments
 (0)