diff --git a/nsh.js b/nsh.js index b4007ad..d02bd23 100755 --- a/nsh.js +++ b/nsh.js @@ -185,6 +185,4 @@ function prompt(){ } // Main method -if(!module.parent){ - prompt(); -} +prompt();